Skip to content

Commit

Permalink
ci: fix the release-plz fix (#1120)
Browse files Browse the repository at this point in the history
> you can't create a git release without a git tag

So that was a lie. The releases [are still
created](https://github.com/CQCL/hugr/actions/runs/9271742453/job/25507885562#step:4:281).

#1119 shouldn't have dropped the `git_release_enable` lines.
  • Loading branch information
aborgna-q authored May 29, 2024
1 parent 20f642b commit f757cc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ release = true
# Disabled until the first version is manually published
publish = false
git_tag_enable = false
git_release_enable = false

[[package]]
name = "hugr-passes"
Expand All @@ -34,6 +35,7 @@ release = true
# Disabled until the first version is manually published
publish = false
git_tag_enable = false
git_release_enable = false

[[package]]
name = "hugr-cli"
Expand All @@ -42,3 +44,4 @@ release = true
# Disabled until the first version is manually published
publish = false
git_tag_enable = false
git_release_enable = false

0 comments on commit f757cc8

Please sign in to comment.