Skip to content

Commit 6f844b3

Browse files
committed
Add custom changelog-sections to release-please config
1 parent e3efcb5 commit 6f844b3

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/release-please-config.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@
66
"release-type": "simple",
77
"skip-github-release": true,
88
"changelog-path": "CHANGELOG.md",
9+
"changelog-sections": [
10+
{ "type": "feat", "section": "Features" },
11+
{ "type": "fix", "section": "Bug Fixes" },
12+
{ "type": "perf", "section": "Performance Improvements" },
13+
{ "type": "revert", "section": "Reverts" },
14+
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": false },
15+
{ "type": "docs", "section": "Documentation", "hidden": true },
16+
{ "type": "style", "section": "Styles", "hidden": true },
17+
{ "type": "refactor", "section": "Code Refactoring", "hidden": true },
18+
{ "type": "test", "section": "Tests", "hidden": true },
19+
{ "type": "build", "section": "Build System", "hidden": true },
20+
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
21+
],
922
"packages": {
1023
".github/workflows/build_container_image": {
1124
"component": "build_container_image",

0 commit comments

Comments
 (0)