Skip to content

Commit

Permalink
build(CHANGELOG): add more fields to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Aug 2, 2021
1 parent 10e4e92 commit 0d0903a
Showing 1 changed file with 14 additions and 0 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": "add", "section": "Features" },
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "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" }
]
}

0 comments on commit 0d0903a

Please sign in to comment.