From ab52a2d68ad1decf9f92c32242439e91bb7a18ab Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 8 Aug 2025 16:36:10 -0700 Subject: [PATCH 1/4] chore(CI): create release-please.yaml --- .github/release-please.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/release-please.yaml diff --git a/.github/release-please.yaml b/.github/release-please.yaml new file mode 100644 index 0000000000..fe6d584fbe --- /dev/null +++ b/.github/release-please.yaml @@ -0,0 +1,18 @@ +on: + push: + branches: + - main + +permissions: + contents: write + pull-requests: write + +name: release-please + +jobs: + release-please: + runs-on: ubuntu-latest + steps: + - uses: googleapis/release-please-action@v4 + with: + release-type: terraform-module From 745e1955e85fbf76292094036b764c8d108846f9 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 8 Aug 2025 16:39:58 -0700 Subject: [PATCH 2/4] Update release-please.yaml --- .github/release-please.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/release-please.yaml b/.github/release-please.yaml index fe6d584fbe..477fc9aefc 100644 --- a/.github/release-please.yaml +++ b/.github/release-please.yaml @@ -1,4 +1,5 @@ on: + workflow_dispatch: push: branches: - main From 784211cc28215322e0fdc42a1e565d0bb6ae5b25 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 8 Aug 2025 16:41:16 -0700 Subject: [PATCH 3/4] Rename .github/release-please.yaml to .github/workflows/release-please.yaml --- .github/{ => workflows}/release-please.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{ => workflows}/release-please.yaml (100%) diff --git a/.github/release-please.yaml b/.github/workflows/release-please.yaml similarity index 100% rename from .github/release-please.yaml rename to .github/workflows/release-please.yaml From 4808f6d90c3756da6606674b36fa9ff82ae15946 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 8 Aug 2025 17:00:36 -0700 Subject: [PATCH 4/4] Update release-please.yaml --- .github/workflows/release-please.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 477fc9aefc..1e92b23135 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -1,3 +1,17 @@ +# Copyright 2025 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + on: workflow_dispatch: push: