From f8077d237e0df2cb0066dfc6e09fc41e1c59646a Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Wed, 12 Jan 2022 12:31:06 -0800 Subject: [PATCH] build: switch to release-please for tagging (#1330) * build: switch to release-please for tagging * switch to release-trigger for triggering release jobs --- .../gcp/templates/python_library/.github/release-please.yml | 1 + .../gcp/templates/python_library/.github/release-trigger.yml | 1 + 2 files changed, 2 insertions(+) create mode 100644 synthtool/gcp/templates/python_library/.github/release-trigger.yml diff --git a/synthtool/gcp/templates/python_library/.github/release-please.yml b/synthtool/gcp/templates/python_library/.github/release-please.yml index 4507ad059..466597e5b 100644 --- a/synthtool/gcp/templates/python_library/.github/release-please.yml +++ b/synthtool/gcp/templates/python_library/.github/release-please.yml @@ -1 +1,2 @@ releaseType: python +handleGHRelease: true diff --git a/synthtool/gcp/templates/python_library/.github/release-trigger.yml b/synthtool/gcp/templates/python_library/.github/release-trigger.yml new file mode 100644 index 000000000..d4ca94189 --- /dev/null +++ b/synthtool/gcp/templates/python_library/.github/release-trigger.yml @@ -0,0 +1 @@ +enabled: true