Skip to content

Commit

Permalink
ci(release): configure release plz
Browse files Browse the repository at this point in the history
  • Loading branch information
0x61nas committed Mar 11, 2024
1 parent 3bdd1be commit f6e8a3c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .release-plz.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[workspace]
allow_dirty = true # allow updating repositories with uncommitted changes
changelog_config = "cliff.toml"
# dependencies_update = true # update dependencies with `cargo update`
pr_labels = ["release"] # add the `release` label to the release Pull Request
publish_allow_dirty = true # add `--allow-dirty` to `cargo publish`
semver_check = false # disable API breaking changes checks
publish_timeout = "10m" # set a timeout for `cargo publish`
# release_commits = "^feat:" # prepare release only if at least one commit matches a regex

[changelog]
protect_breaking_commits = true # always include commits with breaking changes in the changelog

0 comments on commit f6e8a3c

Please sign in to comment.