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 # ----------------------------------------------------------------------------