diff --git a/release-please-config.json b/release-please-config.json index d2fe7bb..eb81ebb 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -8,9 +8,10 @@ "version-file": "lib/ruby_git/version.rb", "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, - "draft": false, + "draft": true, "prerelease": false, - "include-component-in-tag": false + "include-component-in-tag": false, + "pull-request-title-pattern": "chore: release v${version}" } }, "plugins": [