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 0c39183 commit b4f8018
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .versionrc
@@ -0,0 +1,9 @@
{
"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 b4f8018

Please sign in to comment.