Skip to content

Commit c71816e

Browse files
authored
chore: expand changelog to include docs, perf, refactor & chore commits (#30)
1 parent cde6345 commit c71816e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

release-please-config.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"changelog-types": [
3-
{ "type": "feat", "section": "Features" },
4-
{ "type": "fix", "section": "Bug Fixes" },
5-
{ "type": "perf", "section": "Performance Improvements" },
6-
{ "type": "revert", "section": "Reverts" },
7-
{ "type": "chore", "section": "Miscellaneous Chores" },
8-
{ "type": "docs", "section": "Documentation" },
9-
{ "type": "style", "section": "Styles" },
10-
{ "type": "refactor", "section": "Code Refactoring" },
11-
{ "type": "test", "section": "Tests" },
12-
{ "type": "build", "section": "Build System" },
13-
{ "type": "ci", "section": "Continuous Integration" }
3+
{ "type": "feat", "section": "Features", "hidden": false },
4+
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
5+
{ "type": "perf", "section": "Performance Improvements", "hidden": false },
6+
{ "type": "revert", "section": "Reverts", "hidden": false },
7+
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": false },
8+
{ "type": "docs", "section": "Documentation", "hidden": false },
9+
{ "type": "style", "section": "Styles", "hidden": true },
10+
{ "type": "refactor", "section": "Code Refactoring", "hidden": false },
11+
{ "type": "test", "section": "Tests", "hidden": true },
12+
{ "type": "build", "section": "Build System", "hidden": true },
13+
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
1414
],
1515
"packages": {
1616
".": {

0 commit comments

Comments
 (0)