From 596c71a9625c518332fb796c5ebd4227db4e506b Mon Sep 17 00:00:00 2001 From: Sasha <118575614+weboko@users.noreply.github.com> Date: Sat, 11 Feb 2023 20:23:52 +0100 Subject: [PATCH] chore: release bump patch only (#1173) --- release-please-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index 213fc1d3b1..c52f226888 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -3,7 +3,7 @@ "plugins": ["node-workspace", "sentence-case"], "release-type": "node", "separate-pull-requests": false, - "bump-patch-for-minor-pre-major": true, + "versioning": "always-bump-patch", "group-pull-request-title-pattern": "chore: release ${branch}", "packages": { "packages/utils": {},