Skip to content

Commit

Permalink
chore(build): add standard-version config
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed May 11, 2022
1 parent 534927f commit f423e09
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .versionrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "chore",
"section": "Chores"
},
{
"type": "docs",
"hidden": true
},
{
"type": "style",
"hidden": true
},
{
"type": "refactor",
"section": "Refactorings"
},
{
"type": "perf",
"hidden": true
},
{
"type": "test",
"hidden": true
}
]
}

0 comments on commit f423e09

Please sign in to comment.