diff --git a/.github/release-please.yml b/.github/release-please.yml index 3c065997..d657cab7 100644 --- a/.github/release-please.yml +++ b/.github/release-please.yml @@ -1,2 +1,31 @@ releaseType: node handleGHRelease: true +changelogSections: + - type: feat + section: Features + - type: fix + section: Bug Fixes + - type: perf + section: Performance Improvements + - type: revert + section: Reverts + - type: deps + section: Dependencies + - type: chore + section: Miscellaneous Chores + - type: docs + section: Documentation + - type: refactor + section: Code Refactoring + - type: style + section: Styles + hidden: true + - type: test + section: Tests + hidden: true + - type: build + section: Build System + hidden: true + - type: ci + section: Continuous Integration + hidden: true