diff --git a/release-please-config.json b/release-please-config.json index e04358e..8b27d02 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -2,6 +2,18 @@ "include-component-in-tag": true, "release-type": "simple", "separate-pull-requests": true, + "changelog-sections": [ + { "type": "feat", "section": "โœจ Features" }, + { "type": "fix", "section": "๐Ÿ› Bug Fixes" }, + { "type": "perf", "section": "โšก Performance Improvements" }, + { "type": "revert", "section": "โช Reverts" }, + { "type": "refactor", "section": "โ™ป๏ธ Code Refactoring", "hidden": false }, + { "type": "docs", "section": "๐Ÿ“– Documentation", "hidden": false }, + { "type": "test", "section": "๐Ÿงช Tests", "hidden": false }, + { "type": "build", "section": "๐Ÿ—๏ธ Build System", "hidden": false }, + { "type": "ci", "section": "๐Ÿ‘ท CI/CD", "hidden": false }, + { "type": "chore", "section": "๐Ÿ”ง Chores", "hidden": false } + ], "packages": { ".": { "release-type": "go",