Skip to content

Commit bb0c40b

Browse files
chore: allow releases on previous majors (#87)
* 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 aacf15b commit bb0c40b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
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-eventarc/owlbot.py

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ def parse_service_path.*?@staticmethod""",
5959
python.py_samples(skip_readmes=True)
6060
s.move(templated_files, excludes=[".coveragerc"]) # the microgenerator has a good coveragerc file
6161

62+
python.configure_previous_major_version_branches()
63+
6264
# ----------------------------------------------------------------------------
6365
# Run blacken session
6466
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)