Skip to content

Commit

Permalink
build: add .versionrc that hides test/build
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed May 5, 2019
1 parent 1ac72f7 commit 13883df
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .versionrc
@@ -0,0 +1,10 @@
{
"types": [
{"type":"feat","section":"Features"},
{"type":"fix","section":"Bug Fixes"},
{"type":"test","section":"Tests", "hidden": true},
{"type":"build","section":"Build System", "hidden": true},
{"type":"ci","hidden":true}
]
}

0 comments on commit 13883df

Please sign in to comment.