Skip to content

Commit 13883df

Browse files
committed
build: add .versionrc that hides test/build
1 parent 1ac72f7 commit 13883df

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.versionrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"types": [
3+
{"type":"feat","section":"Features"},
4+
{"type":"fix","section":"Bug Fixes"},
5+
{"type":"test","section":"Tests", "hidden": true},
6+
{"type":"build","section":"Build System", "hidden": true},
7+
{"type":"ci","hidden":true}
8+
]
9+
}
10+

0 commit comments

Comments
 (0)