Skip to content

Commit 0b242a9

Browse files
committed
ci(release): add changelog sections to release-please configuration
1 parent 730d094 commit 0b242a9

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

release-please-config.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,19 @@
44
".": {
55
"release-type": "go"
66
}
7-
}
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+
]
822
}

0 commit comments

Comments
 (0)