Skip to content

Commit

Permalink
chore: Show chores and reverts in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
atdrago committed Feb 7, 2022
1 parent d3d44fe commit c48592e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .versionrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "chore",
"section": "Chores"
},
{
"type": "revert",
"section": "Reverts"
}
]
}

0 comments on commit c48592e

Please sign in to comment.