Skip to content

Commit

Permalink
feat(CHANGELOG): add standard-version support
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Aug 2, 2021
1 parent eed37b9 commit dbab11b
Show file tree
Hide file tree
Showing 3 changed files with 16,059 additions and 12,428 deletions.
14 changes: 14 additions & 0 deletions .versionrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"types": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "update", "section": "Updates" },
{ "type": "build", "section": "Building Work" },
{ "type": "chore", "hidden": true },
{ "type": "docs", "hidden": true },
{ "type": "perf", "section": "Performance" },
{ "type": "refactor", "hidden": true },
{ "type": "style", "hidden": true },
{ "type": "test", "section": "Testing" }
]
}
Loading

0 comments on commit dbab11b

Please sign in to comment.