mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
23.14.2026 fc7a58090ced2be234d2178f438f3d829c6f7e34
build(fix): changed repo paths
1 files modified
4 ■■■■ changed files
.release-it.ts 4 ●●●● patch | view | raw | blame | history
.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" },