Skip to content

Commit

Permalink
chore: add .versionrc
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed May 7, 2021
1 parent ac264f0 commit 0da1249
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .versionrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "refactor",
"section": "Refactor"
},
{
"type": "docs",
"section": "Documentation"
},
{
"type": "chore",
"section": "Chore"
}
]
}

0 comments on commit 0da1249

Please sign in to comment.