Skip to content

Commit 2ca76a0

Browse files
busunkim96parthea
andauthored
chore: allow releases from previous major versions (#351)
Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 058388d commit 2ca76a0

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-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-speech/owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ class SpeechClient(SpeechHelpers, SpeechClient):
6161
templated_files, excludes=[".coveragerc"]
6262
) # microgenerator has a good .coveragerc file
6363

64+
python.configure_previous_major_version_branches()
6465

6566
# ----------------------------------------------------------------------------
6667
# Samples templates

0 commit comments

Comments
 (0)