From 933f3cffcf2139fcd71dddbb8bc76bc7cfa09170 Mon Sep 17 00:00:00 2001 From: SethCohen Date: Sat, 23 Sep 2023 13:03:16 -0400 Subject: [PATCH] chore: updated release-please action --- .github/workflows/release-please.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 948ab79..3d05ae6 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -8,7 +8,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: google-github-actions/release-please-action@v3 + id: release with: release-type: node package-name: release-please-action - token: ${{ secrets.WORKFLOW_TOKEN }} \ No newline at end of file + token: ${{ secrets.WORKFLOW_TOKEN }} + changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"revert","section":"Reverts","hidden":false},{"type":"docs","section":"Documentation","hidden":false},{"type":"style","section":"Styles","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"refactor","section":"Code Refactoring","hidden":false}]' \ No newline at end of file