Skip to content

Commit 24a348f

Browse files
authored
chore(standard-version): add .versionrc to hide test's section (#2027)
1 parent d26b444 commit 24a348f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.versionrc

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"types": [
3+
{"type":"feat","section":"Features"},
4+
{"type":"fix","section":"Bug Fixes"},
5+
{"type":"test", "hidden": true}
6+
]
7+
}

0 commit comments

Comments
 (0)