Skip to content

Commit 0e411d1

Browse files
fix(release): Update release-please-config with changelog sections (#21)
Added changelog sections for various types of changes.
1 parent 2517be2 commit 0e411d1

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

release-please-config.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
"bump-minor-pre-major": true,
44
"bump-patch-for-minor-pre-major": true,
55
"include-component-in-tag": true,
6+
"changelog-sections": [
7+
{ "type": "feat", "section": "Features" },
8+
{ "type": "fix", "section": "Bug Fixes" },
9+
{ "type": "perf", "section": "Performance Improvements" },
10+
{ "type": "revert", "section": "Reverts" },
11+
{ "type": "docs", "section": "Documentation" },
12+
{ "type": "chore", "section": "Miscellaneous" },
13+
{ "type": "refactor", "section": "Code Refactoring" },
14+
{ "type": "style", "section": "Styles" },
15+
{ "type": "test", "section": "Tests" },
16+
{ "type": "build", "section": "Build System" },
17+
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
18+
],
619
"packages": {
720
"crates/ans-types": {
821
"release-type": "rust",
@@ -22,4 +35,4 @@
2235
"type": "cargo-workspace"
2336
}
2437
]
25-
}
38+
}

0 commit comments

Comments
 (0)