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