diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 4c0f6cc..2f13d81 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -59,7 +59,7 @@ jobs: release-type: node token: ${{ secrets.HEDIA_BOT_GITHUB_PAT }} default-branch: ${{ github.ref_name }} - changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"refactor","section":"Refactor","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"deps","section":"Dependencies","hidden":false}]' + changelog-types: '[{"type":"feat","section":"New Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"revert","section":"Reverted Changes","hidden":false},{"type":"perf","section":"Performance Improvements","hidden":false},{"type":"refactor","section":"Code Refactoring","hidden":false},{"type":"build","section":"Build Process","hidden":false},{"type":"ci","section":"CI/CD","hidden":false},{"type":"test","section":"Testing","hidden":false},{"type":"chore","section":"Chores","hidden":false},{"type":"deps","section":"Dependencies Update","hidden":false},{"type":"docs","section":"Documentation Updates","hidden":false},{"type":"style","section":"Code Formatting","hidden":false}]' outputs: release_created: ${{ steps.release-please.outputs.release_created }}