Skip to content

Commit 77745ed

Browse files
committed
chore: Added config for standard-version
1 parent 080fb43 commit 77745ed

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.versionrc.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"types": [
3+
{ "type": "feat", "section": "Features" },
4+
{ "type": "perf", "section": "Performance" },
5+
{ "type": "fix", "section": "Fixes" },
6+
{ "type": "docs", "section": "Documentation" },
7+
{ "type": "chore", "hidden": true },
8+
{ "type": "style", "hidden": true },
9+
{ "type": "refactor", "hidden": true },
10+
{ "type": "test", "hidden": true }
11+
]
12+
}

0 commit comments

Comments
 (0)