Skip to content

Commit 5a9d7a0

Browse files
busunkim96parthea
authored andcommitted
chore: allow releases from previous major branches (#429)
1 parent 17314fd commit 5a9d7a0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
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-bigquery-storage/owlbot.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,7 @@
142142
templated_files, excludes=[".coveragerc"]
143143
) # microgenerator has a good .coveragerc file
144144

145-
# Work around bug in templates https://github.com/googleapis/synthtool/pull/1335
146-
s.replace(".github/workflows/unittest.yml", "--fail-under=100", "--fail-under=98")
145+
python.configure_previous_major_version_branches()
147146

148147
# ----------------------------------------------------------------------------
149148
# Samples templates

0 commit comments

Comments
 (0)