Skip to content

Commit 82af533

Browse files
chore: allow releases on previous major versions (#144)
* 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 7fa15f0 commit 82af533

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-assured-workloads/owlbot.py

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

5757
python.py_samples(skip_readmes=True)
5858

59+
python.configure_previous_major_version_branches()
60+
5961
# ----------------------------------------------------------------------------
6062
# Run blacken session
6163
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)