[]
= true # allow updating repositories with uncommitted changes
# changelog_config = "config/git-cliff.toml" # use a custom git-cliff configuration
= true # disable changelog updates
= true # update dependencies with `cargo update`
= true # disable GitHub/Gitea releases
= "release-plz-" # PR branch prefix
= "Release {{ package }} v{{ version }}" # template for the PR name
= ["release"] # add the `release` label to the release Pull Request
= true # add `--allow-dirty` to `cargo publish`
= true # disable API breaking changes checks
= "10m" # set a timeout for `cargo publish`
= "^feat:" # prepare release only if at least one commit matches a regex