8000 chore: allow releases on previous majors (#368) · googleapis/google-cloud-python@3444bf5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3444bf5

Browse files
chore: allow releases on previous majors (#368)
* 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 3bc3d4f commit 3444bf5

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
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: v2
7+
handleGHRelease: true
8+
releaseType: python
9+
- branch: v1
10+
handleGHRelease: true
11+
releaseType: python
12+
- branch: v0
13+
handleGHRelease: true
14+
releaseType: python

packages/google-cloud-translate/owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,6 @@
6565
# ----------------------------------------------------------------------------
6666

6767
python.py_samples()
68+
python.configure_previous_major_version_branches()
6869

6970
s.shell.run(["nox", "-s", "blacken"], hide_output=False)

0 commit comments

Comments
 (0)
0