Skip to content

Commit aa39ed9

Browse files
committed
build: create release PR as draft and change release PR title
Title will be in the form "chore: release v${version}"
1 parent 1ed4444 commit aa39ed9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

release-please-config.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
"version-file": "lib/ruby_git/version.rb",
99
"bump-minor-pre-major": true,
1010
"bump-patch-for-minor-pre-major": true,
11-
"draft": false,
11+
"draft": true,
1212
"prerelease": false,
13-
"include-component-in-tag": false
13+
"include-component-in-tag": false,
14+
"pull-request-title-pattern": "chore: release v${version}"
1415
}
1516
},
1617
"plugins": [

0 commit comments

Comments
 (0)