Skip to content

Commit 043164d

Browse files
committed
chore: added standard version configuration
1 parent 62ab671 commit 043164d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.versionrc

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"types": [
3+
{"type": "feat", "section": "Features"},
4+
{"type": "fix", "section": "Bug Fixes"},
5+
{"type": "test", "section": "Tests", "hidden": false},
6+
{"type": "build", "section": "Build System", "hidden": false},
7+
{"type": "ci", "section": "Build System", "hidden": false},
8+
{"type": "chore", "section": "Chores", "hidden": false},
9+
{"type": "docs", "section": "Documentation", "hidden": false},
10+
{"type": "refactors", "section": "Refactoring", "hidden": false},
11+
{"type": "sec", "section": "Security fixes", "hidden": false}
12+
]
13+
}

0 commit comments

Comments
 (0)