From cbca36d2368eae01887f636ae5e24aa74e3cf728 Mon Sep 17 00:00:00 2001 From: Morgante Pell Date: Thu, 3 Feb 2022 17:45:47 -0500 Subject: [PATCH 1/2] chore: add rp action --- .github/workflows/release-please.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/release-please.yaml diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml new file mode 100644 index 0000000..3a8c563 --- /dev/null +++ b/.github/workflows/release-please.yaml @@ -0,0 +1,26 @@ +# Copyright 2022 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: + push: + branches: + - master +name: release-please +jobs: + release-please: + runs-on: ubuntu-latest + steps: + - uses: google-github-actions/release-please-action@v3 + with: + release-type: terraform-module From 125c017e0f274b8864eeba217dc70b9f6b14ef09 Mon Sep 17 00:00:00 2001 From: Morgante Pell Date: Thu, 3 Feb 2022 17:46:08 -0500 Subject: [PATCH 2/2] chore: add release please config --- .github/workflows/release-please.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 3a8c563..7c7962b 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -16,6 +16,7 @@ on: push: branches: - master + - chore/release-please name: release-please jobs: release-please: