Skip to content

Commit 44af724

Browse files
committed
refactor: remove local standard-version
Signed-off-by: Vitor Hugo Salgado <vsalgadopb@gmail.com>
1 parent bb8d8a6 commit 44af724

File tree

4 files changed

+5952
-9080
lines changed

4 files changed

+5952
-9080
lines changed

.versionrc.js

-15
This file was deleted.

.versionrc.json

+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": "chore", "section": "Chore", "hidden": false },
6+
{ "type": "docs", "section": "Docs", "hidden": false },
7+
{ "type": "style", "section": "Refactor", "hidden": false },
8+
{ "type": "refactor", "section": "Refactor", "hidden": false },
9+
{ "type": "perf", "section": "Perf", "hidden": false },
10+
{ "type": "test", "section": "Refactor", "hidden": false },
11+
{ "type": "build", "section": "Build", "hidden": false }
12+
]
13+
}

0 commit comments

Comments
 (0)