Skip to content

Commit 394cd1b

Browse files
committed
build: up release-it config
1 parent e0b3701 commit 394cd1b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.release-it.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"types": [
2727
{ "type": "feat", "section": "Features" },
2828
{ "type": "fix", "section": "Bug Fixes" },
29-
{ "type": "chore", "section": "chore", "hidden": false },
30-
{ "type": "docs", "section": "docs", "hidden": false },
31-
{ "type": "style", "section": "style", "hidden": false },
32-
{ "type": "refactor", "section": "refactor", "hidden": false },
33-
{ "type": "perf", "section": "perf", "hidden": false },
34-
{ "type": "test", "section": "test", "hidden": false }
29+
{ "type": "chore", "section": "Chore", "hidden": false },
30+
{ "type": "docs", "section": "Docs", "hidden": false },
31+
{ "type": "style", "section": "Style", "hidden": false },
32+
{ "type": "refactor", "section": "Refactor", "hidden": false },
33+
{ "type": "perf", "section": "Perf", "hidden": false },
34+
{ "type": "test", "section": "Test", "hidden": false }
3535
]
3636
}
3737
}

0 commit comments

Comments
 (0)