Skip to content

Commit

Permalink
ci: Separate release-please PRs, and set a better title (#520)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aborgna-q committed Aug 1, 2024
1 parent 3959fc9 commit 942619a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"initial-version": "0.0.0",
"separate-pull-requests": true,
"pull-request-title-pattern": "chore(py): release${component} ${version}",
"packages": {
"tket2-py": {
"release-type": "python",
Expand Down

0 comments on commit 942619a

Please sign in to comment.