aboutsummaryrefslogtreecommitdiff
path: root/.versionrc
blob: 061a83fe1fc38d3ea7d4d2646f3d443fc2ea62f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "types": [
    {"type": "feat", "section": "Features"},
    {"type": "fix", "section": "Bug Fixes"},
    {"type": "docs", "section": "Documentation"},
    {"type": "style", "section": "Styling"},
    {"type": "refactor", "section": "Refactors"},
    {"type": "perf", "section": "Performance"},
    {"type": "test", "section": "Tests"},
    {"type": "build", "section": "Build System"},
    {"type": "ci", "section": "CI"},
    {"type": "revert", "section": "Reverts"}
  ]
}