Skip to content

Commit 933cf37

Browse files
committed
fix: tell release-please create release PRs as a normal PR instead of a draft
1 parent f4f91d3 commit 933cf37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"version-file": "lib/ruby_git/version.rb",
99
"bump-minor-pre-major": true,
1010
"bump-patch-for-minor-pre-major": true,
11-
"draft": true,
11+
"draft": false,
1212
"prerelease": false,
1313
"include-component-in-tag": false,
1414
"pull-request-title-pattern": "chore: release v${version}",

0 commit comments

Comments
 (0)