Skip to content

Commit

Permalink
refactor: update .versionrc
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpestov committed Jun 7, 2024
1 parent 3bdd435 commit 23058b5
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .versionrc
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
{
"commitUrlFormat": "https://gitlab.gwdg.de/subugoe/emo/tido/-/commit/{{hash}}",
"compareUrlFormat": "https://gitlab.gwdg.de/subugoe/emo/tido/compare/{{previousTag}}...{{currentTag}}",
"issueUrlFormat": "https://gitlab.gwdg.de/subugoe/emo/tido/-/issues/{{id}}",
"commitUrlFormat": "https://github.com/subugoe/tido/commit/{{hash}}",
"compareUrlFormat": "https://github.com/subugoe/tido/compare/{{previousTag}}...{{currentTag}}",
"issueUrlFormat": "https://github.com/subugoe/tido/issues/{{id}}",
"types": [
{"type": "chore", "section":"Chore", "hidden": false},
{"type": "revert", "section":"Reverts", "hidden": false},
{"type": "chore", "section":"Chore", "hidden": true},
{"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}
{"type": "test", "section":"Tests", "hidden": true},
{"type": "build", "section":"Build System", "hidden": true},
{"type": "ci", "section":"Continuos Integration", "hidden":true}
]
}

0 comments on commit 23058b5

Please sign in to comment.