Skip to content

Commit

Permalink
chore: Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak committed Feb 9, 2024
1 parent 0422d82 commit 2f6b7bd
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .release-plz.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
# configuration for https://github.com/MarcoIeni/release-plz

[workspace]
allow_dirty = false

# enable changelog updates
changelog_update = true

# update dependencies with `cargo update`
dependencies_update = true
git_release_enable = false # handled by cargo dist

# create tags for the releases
git_tag_enable = true

# disable GitHub releases
git_release_enable = false

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

# disallow updating repositories with uncommitted changes
allow_dirty = false

# disallow packaging with uncommitted changes
publish_allow_dirty = false

# disable running `cargo-semver-checks`
semver_check = false

0 comments on commit 2f6b7bd

Please sign in to comment.