File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
docker :
15
15
image : gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16
- digest : sha256:8a5d3f6a2e43ed8293f34e06a2f56931d1e88a2694c3bb11b15df4eb256ad163
17
- # created: 2022-04-06T10:30:21.687684602Z
16
+ digest : sha256:266a3407f0bb34374f49b6556ee20ee819374587246dcc19405b502ec70113b6
Original file line number Diff line number Diff line change 1
1
releaseType : python
2
2
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
Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ def get_staging_dirs(
160
160
# Update samples folder in CONTRIBUTING.rst
161
161
s .replace ("CONTRIBUTING.rst" , "samples/snippets" , "samples/samples" )
162
162
163
+ python .configure_previous_major_version_branches ()
163
164
# ----------------------------------------------------------------------------
164
165
# Samples templates
165
166
# ----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments