Skip to content

Commit

Permalink
chore: configure release-please on previous major versions (#336)
Browse files Browse the repository at this point in the history
* chore: configure release-please on previous major versions

* chore: use latest owlbot image

Co-authored-by: Anthonios Partheniou <[email protected]>
  • Loading branch information
busunkim96 and parthea authored Apr 1, 2022
1 parent cacb394 commit 34ade2d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/google-cloud-vision/.github/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
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: v1
handleGHRelease: true
releaseType: python
- branch: v0
handleGHRelease: true
releaseType: python
2 changes: 2 additions & 0 deletions packages/google-cloud-vision/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@
# Work around bug in templates https://github.com/googleapis/synthtool/pull/1335
s.replace(".github/workflows/unittest.yml", "--fail-under=100", "--fail-under=99")

python.configure_previous_major_version_branches()

# ----------------------------------------------------------------------------
# Samples templates
# ----------------------------------------------------------------------------
Expand Down

0 comments on commit 34ade2d

Please sign in to comment.