Skip to content

Commit

Permalink
chore: allow releases from previous major versions (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored Apr 3, 2022
1 parent 3e38dc0 commit 659e91e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/google-cloud-build/.github/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
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: v2
handleGHRelease: true
releaseType: python
- branch: v1
handleGHRelease: true
releaseType: python
- branch: v0
handleGHRelease: true
releaseType: python
1 change: 1 addition & 0 deletions packages/google-cloud-build/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
)

s.move(templated_files, excludes=[".coveragerc"]) # microgenerator has a good .coveragerc file
python.configure_previous_major_version_branches()

python.py_samples(skip_readmes=True)

Expand Down

0 comments on commit 659e91e

Please sign in to comment.