From 7ca1b252fc0cba0d0b8d9dc6ced97fda342ac272 Mon Sep 17 00:00:00 2001 From: azlam Date: Sun, 30 Jun 2024 12:20:25 +1000 Subject: [PATCH] fix(cicd): add prerelease option to release-please config --- 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 14c07b1af..3e98e0f37 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -6,7 +6,7 @@ "release-type": "node", "bump-minor-pre-major": false, "bump-patch-for-minor-pre-major": false, - "draft": true, + "draft": false, "prerelease": true, "include-component-in-tag":false }