Skip to content

Commit

Permalink
ci: whitelist packages to release-plz (#358)
Browse files Browse the repository at this point in the history
Otherwise release-plz tries to generate changelogs for `tket2-py` and
the binary tools.
#357

<img width="426" alt="image"
src="https://github.com/CQCL/tket2/assets/121866228/b62e8599-7526-450a-8bdc-acb9a6364e19">
  • Loading branch information
aborgna-q authored May 24, 2024
1 parent 3c9a101 commit 4b24533
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# Open the release PR as a draft
pr_draft = true

# Default to not processing the packages
release = false

# Enforce adding the project name in the git tag, to avoid collisions with python.
# (This would normally only be enabled once there are multiple packages in the workspace)
git_tag_name = "{{ package }}-v{{ version }}"
Expand All @@ -24,3 +27,10 @@ commit_parsers = [
{ message = "^revert", group = "Reverted changes", skip = true },
{ message = "^ci", group = "CI", skip = true },
]

[[package]]
name = "tket2"
release = true

# Temporarily disabled until the first manual release
publish = false

0 comments on commit 4b24533

Please sign in to comment.