-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(CHANGELOG): add standard-version support
- Loading branch information
1 parent
eed37b9
commit dbab11b
Showing
3 changed files
with
16,059 additions
and
12,428 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" } | ||
] | ||
} |
Oops, something went wrong.