Skip to content

Commit 5e8a2f7

Browse files
committed
chore: add .versionrc
1 parent 6e441d9 commit 5e8a2f7

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.versionrc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"types": [
3+
{
4+
"type": "feat",
5+
"section": "Features"
6+
},
7+
{
8+
"type": "fix",
9+
"section": "Bug Fixes"
10+
},
11+
{
12+
"type": "refactor",
13+
"section": "Refactor"
14+
},
15+
{
16+
"type": "docs",
17+
"section": "Documentation"
18+
},
19+
{
20+
"type": "chore",
21+
"section": "Chore"
22+
}
23+
]
24+
}

0 commit comments

Comments
 (0)