Skip to content

Commit

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

* 🦉 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 Apr 4, 2022
1 parent b3a965a commit 4b6da69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/grafeas/.github/release-please.yml
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
1 change: 1 addition & 0 deletions packages/grafeas/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ def test_api_key_credentials.*?client_info=transports.base.DEFAULT_CLIENT_INFO,
)

python.py_samples(skip_readmes=True)
python.configure_previous_major_version_branches()

# Library code is in "grafeas" instead of "google"
s.replace("noxfile.py", """['"]google['"]""", '''"grafeas"''')
Expand Down

0 comments on commit 4b6da69

Please sign in to comment.