Skip to content

Commit

Permalink
feat(changelog): Add i18n-related commit types
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanziness committed Dec 30, 2020
1 parent a237140 commit 07279ef
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .versionrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"types": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "i18n", "section": "Localizations" },
{ "type": "chore", "hidden": true },
{ "type": "docs", "hidden": true },
{ "type": "style", "hidden": true },
{ "type": "refactor", "hidden": true },
{ "type": "perf", "hidden": true },
{ "type": "test", "hidden": true }
]
}

0 comments on commit 07279ef

Please sign in to comment.