From bd5deb6c6ce575b906fc88ff09953e5ff898e12e Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
Date: Fri, 17 Apr 2026 01:32:19 +0000
Subject: [PATCH] build(fix): no auto release on GitHub

---
 .release-it.ts |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/.release-it.ts b/.release-it.ts
index 46c3d48..d01c64e 100644
--- a/.release-it.ts
+++ b/.release-it.ts
@@ -15,10 +15,7 @@
 		pushArgs: ["--follow-tags"],
 	},
 	github: {
-		release: true,
-		releaseName: "v${version}",
-		skipChecks: true,
-		tokenRef: "GITHUB_TOKEN_CONTENT_PRIVATE",
+		release: false,
 	},
 	plugins: {
 		"@release-it/conventional-changelog": {
@@ -26,9 +23,9 @@
 			preset: {
 				name: "conventionalcommits",
 				commitUrlFormat:
-					"https://github.com/davidsneighbour/kollitsch.dev/commit/{{hash}}",
+					"https://github.com/theNewDynamic/gohugo-theme-ananke/commit/{{hash}}",
 				compareUrlFormat:
-					"https://github.com/davidsneighbour/kollitsch.dev/compare/{{previousTag}}...{{currentTag}}",
+					"https://github.com/theNewDynamic/gohugo-theme-ananke/compare/{{previousTag}}...{{currentTag}}",
 				types: [
 					{ type: "feat", section: "Features" },
 					{ type: "fix", section: "Bug Fixes" },

--
Gitblit v1.10.0