From 90ee53ef6fd3e16d0224f4514a38c504d320a750 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Mon, 14 Mar 2022 13:22:37 -0600 Subject: [PATCH] ci: use release-please for v0 branch (#177) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ci: use release-please for v0 branch * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update release-please.yml Co-authored-by: Owl Bot --- .../google-cloud-access-approval/.github/release-please.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/google-cloud-access-approval/.github/release-please.yml b/packages/google-cloud-access-approval/.github/release-please.yml index 466597e5b196..5dac1f77d7e5 100644 --- a/packages/google-cloud-access-approval/.github/release-please.yml +++ b/packages/google-cloud-access-approval/.github/release-please.yml @@ -1,2 +1,6 @@ releaseType: python handleGHRelease: true +branches: + - branch: v0 + handleGHRelease: true + releaseType: python