Skip to content

Commit

Permalink
chore: allow releases from previous major versions (#351)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
busunkim96 and parthea authored Apr 4, 2022
1 parent fad3b9f commit c885c83
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions google-cloud-speech/.github/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
releaseType: python
handleGHRelease: true
# NOTE: this section is generated by synthtool.languages.python
# See https://github.com/googleapis/synthtool/blob/master/synthtool/languages/python.py
branches:
- branch: v1
handleGHRelease: true
releaseType: python
- branch: v0
handleGHRelease: true
releaseType: python
1 change: 1 addition & 0 deletions google-cloud-speech/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class SpeechClient(SpeechHelpers, SpeechClient):
templated_files, excludes=[".coveragerc"]
) # microgenerator has a good .coveragerc file

python.configure_previous_major_version_branches()

# ----------------------------------------------------------------------------
# Samples templates
Expand Down

0 comments on commit c885c83

Please sign in to comment.