Skip to content

Commit

Permalink
chore: add versionrc
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinusnathaniel committed Sep 4, 2021
1 parent e6a11ce commit 2ec7f3d
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .versionrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "refactor",
"section": "Improvements"
},
{
"type": "test",
"section": "Tests",
"hidden": true
},
{
"type": "chore",
"section": "Chores",
"hidden": true
},
{
"type": "build",
"section": "Build System",
"hidden": true
},
{
"type": "revert",
"section": "Reverts",
"hidden": true
},
{
"type": "ci",
"hidden": true
}
]
}

1 comment on commit 2ec7f3d

@vercel
Copy link

@vercel vercel bot commented on 2ec7f3d Sep 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.