Skip to content

Commit db21c5a

Browse files
committed
chore: added standard-version
1 parent 82606f6 commit db21c5a

File tree

3 files changed

+2766
-72
lines changed

3 files changed

+2766
-72
lines changed

.versionrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"types": [
3+
{"type": "feat", "section": "Features"},
4+
{"type": "fix", "section": "Bug Fixes"},
5+
{"type": "docs", "section": "Documentation"},
6+
{"type": "style", "section": "Styling"},
7+
{"type": "refactor", "section": "Refactors"},
8+
{"type": "perf", "section": "Performance"},
9+
{"type": "test", "section": "Tests"},
10+
{"type": "build", "section": "Build System"},
11+
{"type": "ci", "section": "CI"},
12+
{"type": "revert", "section": "Reverts"}
13+
]
14+
}

0 commit comments

Comments
 (0)