Skip to content

Commit 13a13df

Browse files
chore: allow releases on previous major versions (#295)
* 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>
1 parent d656969 commit 13a13df

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/release-please.yml

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

owlbot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ def get_staging_dirs(
107107

108108
python.py_samples(skip_readmes=True)
109109

110+
python.configure_previous_major_version_branches()
111+
110112
# Preserve system tests w/ GOOGLE_DISABLE_GRPC set (#133, PR #136)
111113
assert 1 == s.replace(
112114
"noxfile.py",

0 commit comments

Comments
 (0)