From f5fd1fc605259c7cfa2587ed2772bc04d10f8f58 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Wed, 5 Mar 2025 12:08:16 -0600 Subject: [PATCH] fix(lst): corrected the version rc so the links actaully work --- .versionrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.versionrc.json b/.versionrc.json index fee04f6..457bdb5 100644 --- a/.versionrc.json +++ b/.versionrc.json @@ -10,7 +10,7 @@ {"type": "test", "section": "📝 Testing Code"}, {"type": "ci", "section": "📈 Project changes"} ], - "commitUrlFormat": "https://git.tuffraid.net/cowch/lstV2/commits{{hash}}", + "commitUrlFormat": "https://git.tuffraid.net/cowch/lstV2/commits/{{hash}}", "compareUrlFormat": "https://git.tuffraid.net/cowch/lstV2/compare/{{previousTag}}...{{currentTag}}", "header": "# All CHanges to LST can be found below.\n" }