Skip to content

Commit f724ba7

Browse files
chore: allow releases on previous majors (#552)
* chore: allow releases on previous majors * 🦉 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 09b9c01 commit f724ba7

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-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-firestore/owlbot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ def update_fixup_scripts(library):
145145

146146
python.py_samples(skip_readmes=True)
147147

148+
python.configure_previous_major_version_branches()
149+
148150
# ----------------------------------------------------------------------------
149151
# Customize noxfile.py
150152
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)