Skip to content

Commit

Permalink
chore: allow releases on previous majors (#279)
Browse files Browse the repository at this point in the history
* chore: allow releases on previous majors

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
parthea and gcf-owl-bot[bot] authored May 3, 2022
1 parent ebf76bd commit 34871d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
releaseType: python
handleGHRelease: true
# NOTE: this section is generated by synthtool.languages.python
# See https://github.com/googleapis/synthtool/blob/master/synthtool/languages/python.py
branches:
- branch: v0
handleGHRelease: true
releaseType: python
2 changes: 2 additions & 0 deletions packages/google-cloud-dialogflow-cx/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@

python.py_samples(skip_readmes=True)

python.configure_previous_major_version_branches()

# ----------------------------------------------------------------------------
# Run blacken session
# ----------------------------------------------------------------------------
Expand Down

0 comments on commit 34871d4

Please sign in to comment.