aboutsummaryrefslogtreecommitdiff
path: root/.versionrc.json
blob: d1865ecf4232f9e0938441d96a15e895d7b3e3a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "types": [
    { "type": "feat", "scope": "locale", "section": "New Locales" },
    { "type": "feat", "section": "Features" },
    { "type": "refactor", "scope": "locale", "section": "Changed Locales" },
    { "type": "fix", "section": "Bug Fixes" },
    { "type": "chore", "hidden": true },
    { "type": "docs", "hidden": true },
    { "type": "refactor", "hidden": true }
  ]
}