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

Patrick Kollitsch
11 hours ago d72fdad1ef44bbbf6f91a488bc9334c384c8bae8
build(fix): create a release on github when publishing a new release
1 files modified
10 ■■■■ changed files
.release-it.ts 10 ●●●● patch | view | raw | blame | history
.release-it.ts
@@ -63,7 +63,13 @@
        pushArgs: ["--follow-tags"],
    },
    github: {
        release: false,
        release: true,
        releaseName: "Release v${version}",
        skipChecks: true,
        tokenRef: "GITHUB_ANANKE_TOKEN_ADMIN_PRIVATE",
        comments: {
            submit: true,
        },
    },
    plugins: {
        "@release-it/conventional-changelog": {
@@ -144,4 +150,4 @@
    },
} satisfies Config;
export default config;
export default config;