Skip to content

Commit 6c83a4e

Browse files
authored
chore: allow releases from previous major versions (#269)
1 parent 6502337 commit 6c83a4e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
releaseType: python
22
handleGHRelease: true
3+
# NOTE: this section is generated by synthtool.languages.python
4+
# See https://github.com/googleapis/synthtool/blob/master/synthtool/languages/python.py
5+
branches:
6+
- branch: v1
7+
handleGHRelease: true
8+
releaseType: python
9+
- branch: v0
10+
handleGHRelease: true
11+
releaseType: python

packages/google-cloud-containeranalysis/owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
]
167167
)
168168

169+
python.configure_previous_major_version_branches()
169170
python.py_samples(skip_readmes=True)
170171

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

0 commit comments

Comments
 (0)