Skip to content

Commit

Permalink
chore: added standard version configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfisher committed Oct 24, 2020
1 parent 62ab671 commit 043164d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .versionrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"types": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "test", "section": "Tests", "hidden": false},
{"type": "build", "section": "Build System", "hidden": false},
{"type": "ci", "section": "Build System", "hidden": false},
{"type": "chore", "section": "Chores", "hidden": false},
{"type": "docs", "section": "Documentation", "hidden": false},
{"type": "refactors", "section": "Refactoring", "hidden": false},
{"type": "sec", "section": "Security fixes", "hidden": false}
]
}

0 comments on commit 043164d

Please sign in to comment.