We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730d094 commit 0b242a9Copy full SHA for 0b242a9
release-please-config.json
@@ -4,5 +4,19 @@
4
".": {
5
"release-type": "go"
6
}
7
- }
+ },
8
+ "changelog-sections": [
9
+ { "type": "feat", "section": "Features" },
10
+ { "type": "feature", "section": "Features" },
11
+ { "type": "fix", "section": "Bug Fixes" },
12
+ { "type": "perf", "section": "Performance Improvements" },
13
+ { "type": "revert", "section": "Reverts" },
14
+ { "type": "docs", "section": "Documentation" },
15
+ { "type": "style", "section": "Styles" },
16
+ { "type": "chore", "section": "Miscellaneous Chores" },
17
+ { "type": "refactor", "section": "Code Refactoring" },
18
+ { "type": "test", "section": "Tests" },
19
+ { "type": "build", "section": "Build System" },
20
+ { "type": "ci", "section": "Continuous Integration" }
21
+ ]
22
0 commit comments