Skip to content

Commit

Permalink
ci: added release-plz config
Browse files Browse the repository at this point in the history
  • Loading branch information
lukexor committed Oct 30, 2023
1 parent 9c8e501 commit 488487e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions release-plz.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[workspace]
changelog_config = "cliff.toml"
changelog_update = true
dependencies_update = true
git_tag_enable = true
# Handled by cargo-dist
git_release_enable = false
pr_labels = ["release"]
allow_dirty = false
publish_allow_dirty = false
semver_check = false

0 comments on commit 488487e

Please sign in to comment.