Skip to content
Snippets Groups Projects
.versionrc 1.04 KiB
{
  "commitUrlFormat": "https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/{{hash}}",
  "compareUrlFormat": "https://gitlab.gwdg.de/subugoe/ahiqar/website/compare/{{previousTag}}...{{currentTag}}",
  "issueUrlFormat": "https://gitlab.gwdg.de/subugoe/ahiqar/website/-/issues/{{id}}",
  "types": [
    {"type": "chore", "section":"Chore", "hidden": false},
    {"type": "revert", "section":"Reverts", "hidden": false},
    {"type": "feat", "section": "Features", "hidden": false},
    {"type": "fix", "section": "Bug Fixes", "hidden": false},
    {"type": "improvement", "section": "Improvements", "hidden": false},
    {"type": "docs", "section":"Docs", "hidden": false},
    {"type": "style", "section":"Styling", "hidden": false},
    {"type": "refactor", "section":"Refactoring", "hidden": false},
    {"type": "perf", "section":"Performance", "hidden": false},
    {"type": "test", "section":"Tests", "hidden": false},
    {"type": "build", "section":"Build System", "hidden": false},
    {"type": "ci", "section":"Continuos Integration", "hidden":false}
  ]
}