From e2545a76fa5ff0315242e95bd51587b3e4113ca8 Mon Sep 17 00:00:00 2001 From: Ben Cromwell <683855+bencromwell@users.noreply.github.com> Date: Thu, 17 Oct 2024 13:37:22 +0100 Subject: [PATCH] chore(ci): remove pre-release --- .github/release-please-config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/release-please-config.json b/.github/release-please-config.json index a513db5..5d9cfb3 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -5,7 +5,6 @@ "version-file": "VERSION", "changelog-path": "CHANGELOG.md", "draft": false, - "prerelease": true, "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, "initial-version": "0.1.0"