Skip to content

Commit e458892

Browse files
committed
chore: Update release-please config to include more types of changes into the changelog
1 parent b46811e commit e458892

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.release-please/config.json

+16-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,19 @@
22
"packages": {
33
"packages/js-utils": {},
44
"packages/browser-utils": {}
5-
}
6-
}
5+
},
6+
"changelog-sections": [
7+
{ "type": "feat", "section": "Features" },
8+
{ "type": "feature", "section": "Features" },
9+
{ "type": "fix", "section": "Bug Fixes" },
10+
{ "type": "perf", "section": "Performance Improvements" },
11+
{ "type": "revert", "section": "Reverts" },
12+
{ "type": "docs", "section": "Documentation" },
13+
{ "type": "style", "section": "Styles", "hidden": true },
14+
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": true },
15+
{ "type": "refactor", "section": "Code Refactoring" },
16+
{ "type": "test", "section": "Tests" },
17+
{ "type": "build", "section": "Build System" },
18+
{ "type": "ci", "section": "Continuous Integration" }
19+
]
20+
}

0 commit comments

Comments
 (0)