From 4a7400bc78ffea460e80dcff8fe03da37df6ee7d Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Sat, 23 Dec 2023 10:41:20 -0600 Subject: [PATCH] chore: do not create a draft --- 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 e2f9b8bd1..cf3473892 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,7 +1,7 @@ { "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, - "draft": true, + "draft": false, "include-component-in-tag": true, "include-v-in-tag": true, "prerelease": true,