From fc7a58090ced2be234d2178f438f3d829c6f7e34 Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
Date: Thu, 23 Apr 2026 07:14:49 +0000
Subject: [PATCH] build(fix): changed repo paths

---
 .release-it.ts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.release-it.ts b/.release-it.ts
index 5747389..39df501 100644
--- a/.release-it.ts
+++ b/.release-it.ts
@@ -71,9 +71,9 @@
 			preset: {
 				name: "conventionalcommits",
 				commitUrlFormat:
-					"https://github.com/theNewDynamic/gohugo-theme-ananke/commit/{{hash}}",
+					"https://github.com/gohugo-ananke/theme/commit/{{hash}}",
 				compareUrlFormat:
-					"https://github.com/theNewDynamic/gohugo-theme-ananke/compare/{{previousTag}}...{{currentTag}}",
+					"https://github.com/gohugo-ananke/theme/compare/{{previousTag}}...{{currentTag}}",
 				types: [
 					{ type: "feat", section: "Features" },
 					{ type: "fix", section: "Bug Fixes" },

--
Gitblit v1.10.0