From b310493f47d9df65ba9dc181767cd95c91ec119a Mon Sep 17 00:00:00 2001 From: Jacob Brewer Date: Fri, 4 Oct 2024 10:31:51 +0100 Subject: [PATCH] fix(cicd): Removing the trailing .git (#5) Removing the trailing .git --- .clog.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clog.toml b/.clog.toml index 781a5bc..5891f5d 100644 --- a/.clog.toml +++ b/.clog.toml @@ -1,7 +1,7 @@ [clog] # A repository link with the trailing '.git' which will be used to generate # all commit and issue links -repository = "https://github.com/Jacobbrewer1/patcher.git" +repository = "https://github.com/Jacobbrewer1/patcher" # A constant release title subtitle = "Release Changes"