Skip to content

Commit 942619a

Browse files
authored
ci: Separate release-please PRs, and set a better title (#520)
Small change so that `release-please`'s PR include a `(py)` tag in their title. I also enabled separated PRs for the packages, since we don't want to release `tket2-eccs` unless needed.
1 parent 3959fc9 commit 942619a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

release-please-config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"bump-minor-pre-major": true,
55
"bump-patch-for-minor-pre-major": true,
66
"initial-version": "0.0.0",
7+
"separate-pull-requests": true,
8+
"pull-request-title-pattern": "chore(py): release${component} ${version}",
79
"packages": {
810
"tket2-py": {
911
"release-type": "python",

0 commit comments

Comments
 (0)