Skip to content

Commit a0ab5db

Browse files
chore: allow releases on previous major versions (#254)
* 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 a9d393d commit a0ab5db

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
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: v0
7+
handleGHRelease: true
8+
releaseType: python

packages/google-cloud-compute/owlbot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060

6161
python.py_samples(skip_readmes=True)
6262

63+
python.configure_previous_major_version_branches()
64+
6365
# ----------------------------------------------------------------------------
6466
# Run blacken session for all directories with a noxfile
6567
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)