From f6e5c0d7b91fe78bffbf1ae8b2648852052577cc Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 4 Apr 2022 05:30:21 -0400 Subject: [PATCH 1/2] chore: allow releases on previous major versions --- owlbot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/owlbot.py b/owlbot.py index c230db9..4b3d533 100644 --- a/owlbot.py +++ b/owlbot.py @@ -77,4 +77,6 @@ excludes=[".coveragerc"], # the microgenerator has a good coveragerc file ) +python.configure_previous_major_version_branches() + s.shell.run(["nox", "-s", "blacken"], hide_output=False) From 65479dc9c7ef4c8b8fc3f5d2470c1e98196d87eb Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 4 Apr 2022 09:32:06 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .github/release-please.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/release-please.yml b/.github/release-please.yml index 466597e..6def37a 100644 --- a/.github/release-please.yml +++ b/.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