Skip to content

Commit

Permalink
chore: allow releases from previous major versions (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored Apr 1, 2022
1 parent 6502337 commit 6c83a4e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
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
1 change: 1 addition & 0 deletions packages/google-cloud-containeranalysis/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
]
)

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

s.shell.run(["nox", "-s", "blacken"], hide_output=False)

0 comments on commit 6c83a4e

Please sign in to comment.