[]
# disallow updating repositories with uncommitted changes
= false
# path of the git-cliff configuration
= "cliff.toml"
# enable changelog updates
= true
# update dependencies with `cargo update`
= false
# disable GitHub releases
= true
# create tags for the releases
= true
# labels for the release PR
= ["release"]
# enable publishing to crates.io
= true
# disallow packaging with uncommitted changes
= false
# disable running `cargo-semver-checks`
= true
# always bump minor version for feat commits, even in 0.x releases
# (by default, release-plz only bumps minor starting with 1.x)
= true