Skip to content

Commit

Permalink
ci: only set rustsat release as "latest" on github
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Aug 9, 2024
1 parent 289c34a commit 7ea45da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ git_tag_enable = true
# disable GitHub releases
git_release_enable = true

git_release_latest = false

# labels for the release PR
pr_labels = ["release"]

Expand All @@ -26,6 +28,10 @@ publish_allow_dirty = false
# disable running `cargo-semver-checks`
semver_check = true

[[package]]
name = "rustsat"
git_release_latest = true

[[package]]
name = "rustsat-solvertests"
release = false
Expand Down

0 comments on commit 7ea45da

Please sign in to comment.