summaryrefslogtreecommitdiff
path: root/themes/CodeIT/.versionrc.json
blob: ac7e8433dab3527dbb71e97f22be380f32d672df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "types": [
    { "type": "feat", "section": "Features" },
    { "type": "fix", "section": "Bug Fixes" },
    { "type": "chore", "section": "Other changes" },
    { "type": "docs", "section": "Documentation changes" },
    { "type": "style", "hidden": true },
    { "type": "refactor", "hidden": true },
    { "type": "perf", "section": "Performance improvements" },
    { "type": "test", "hidden": true },
    { "type": "build", "section": "Build changes" },
    { "type": "ci", "section": "CI/CD configuration changes" }
  ],
  "compareUrlFormat": "{{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}"
}