Skip to content

Commit bb72320

Browse files
committed
chore: add changelog sections
1 parent 0931cde commit bb72320

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

release-please-config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
"bump-minor-pre-major": true,
77
"bump-patch-for-minor-pre-major": true,
88
"draft": true,
9+
"changelog-sections": [
10+
{ "type": "feat", "section": "Features" },
11+
{ "type": "fix", "section": "Bug Fixes" },
12+
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": false }
13+
],
914
"packages": {
1015
"packages/toolbox-core": {
1116
"extra-files": [

0 commit comments

Comments
 (0)