From 23058b56f23367dcbaf0f66d5c2344563bc1b19b Mon Sep 17 00:00:00 2001 From: Paul Pestov <10750176+paulpestov@users.noreply.github.com> Date: Fri, 7 Jun 2024 21:58:51 +0200 Subject: [PATCH] refactor: update .versionrc --- .versionrc | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.versionrc b/.versionrc index caa4c067..abef6c3d 100644 --- a/.versionrc +++ b/.versionrc @@ -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} ] }