Skip to content

Commit

Permalink
chore: add release-plz config
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Mar 17, 2024
1 parent 1338f92 commit ed1b7d1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions release-plz.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[workspace]
pr_draft = true
dependencies_update = true

[[package]]
name = "cargo-rhack"
changelog_update = true
# release-plz doesn't work well with cargo-dist, so we deactivate releases here
# and let cargo-dist handle the release
git_release_enable = false
git_tag_enable = true
# but we want to publish the crate to crates.io
publish = true

[changelog]
protect_breaking_commits = true

0 comments on commit ed1b7d1

Please sign in to comment.