From 4b3e531624471812b9a738f822456fa4bf36afc8 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 11 Jun 2025 03:06:20 +0100 Subject: [PATCH] ci(release): enable always-update for Release Please (#10) --- .github/release-please-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/release-please-config.json b/.github/release-please-config.json index be9754e..2564612 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -6,6 +6,7 @@ "changelog-path": "CHANGELOG.md", "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, + "always-update": true, "draft": false, "prerelease": false }