Skip to content

Commit 22864de

Browse files
committed
fix: update PR title to include version
1 parent 07a7992 commit 22864de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

release-please-config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@
55
"bump-patch-for-minor-pre-major": false,
66
"include-v-in-tag": true,
77
"separate-pull-requests": false,
8+
"pull-request-title-pattern": "chore: release ${version}",
89
"changelog-sections": [
910
{"type":"feat","section":"Features","hidden":false},
1011
{"type":"fix","section":"Bug Fixes","hidden":false},
1112
{"type":"chore","section":"Miscellaneous","hidden":false}
1213
],
1314
"packages": {
1415
".": {
15-
"release-type": "python"
16+
"release-type": "python",
17+
"pull-request-title-pattern": "chore: release v${version}"
1618
}
1719
}
1820
}

0 commit comments

Comments
 (0)