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

Patrick Kollitsch
17.32.2026 bd5deb6c6ce575b906fc88ff09953e5ff898e12e
build(fix): no auto release on GitHub
1 files modified
9 ■■■■■ changed files
.release-it.ts 9 ●●●●● patch | view | raw | blame | history
.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" },