From a0ab5dba7e9f13c87e6a7e8b288bfa683a13390b Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 5 Apr 2022 11:15:04 -0400 Subject: [PATCH] chore: allow releases on previous major versions (#254) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: allow releases on previous major versions * 🦉 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 --- packages/google-cloud-compute/.github/release-please.yml | 6 ++++++ packages/google-cloud-compute/owlbot.py | 2 ++ 2 files changed, 8 insertions(+) diff --git a/packages/google-cloud-compute/.github/release-please.yml b/packages/google-cloud-compute/.github/release-please.yml index 466597e5b196..6def37a84c98 100644 --- a/packages/google-cloud-compute/.github/release-please.yml +++ b/packages/google-cloud-compute/.github/release-please.yml @@ -1,2 +1,8 @@ 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: v0 + handleGHRelease: true + releaseType: python diff --git a/packages/google-cloud-compute/owlbot.py b/packages/google-cloud-compute/owlbot.py index 8602567f4dc1..f9d8ca61c4d2 100644 --- a/packages/google-cloud-compute/owlbot.py +++ b/packages/google-cloud-compute/owlbot.py @@ -60,6 +60,8 @@ python.py_samples(skip_readmes=True) +python.configure_previous_major_version_branches() + # ---------------------------------------------------------------------------- # Run blacken session for all directories with a noxfile # ----------------------------------------------------------------------------