From 3c7b63d016b62abf7e59b74a3387eef91d8496ae Mon Sep 17 00:00:00 2001 From: Minh Lai Date: Fri, 22 Mar 2024 15:13:34 -0400 Subject: [PATCH] update release-please config and add changelog --- .github/workflows/release-please.yml | 22 ++++++++++++++++++---- CHANGELOG.md | 0 2 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 3bd9ccc..eb1f00c 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -2,13 +2,10 @@ on: push: branches: - main - permissions: contents: write pull-requests: write - name: release-please - jobs: release-please: runs-on: ubuntu-latest @@ -21,4 +18,21 @@ jobs: token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }} # this is a built-in strategy in release-please, see "Action Inputs" # for more options - release-type: simple \ No newline at end of file + release-type: terraform-module + include-v-in-tag: false + # changelog-types: > + # [ + # { "type": "build", "hidden": true }, + # { "type": "chore", "hidden": true }, + # { "type": "ci", "hidden": true }, + # { "type": "dev", "hidden": true }, + # { "type": "feat", "section": "Features" }, + # { "type": "fix", "section": "Bug Fixes" }, + # { "type": "perf", "section": "Performance Improvements" }, + # { "type": "refactor", "hidden": true }, + # { "type": "revert", "section": "Reverted Changes" }, + # { "type": "style", "hidden": true }, + # { "type": "test", "hidden": true }, + # { "type": "docs", "section": "Documentation" }, + # { "type": "security", "section": "Security Improvements" } + # ] diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e69de29