[]
# path of the git-cliff configuration
= "cliff.toml"
# enable changelog updates
= true
# update dependencies with `cargo update`
= true
# create tags for the releases
= true
# disable GitHub releases
= false
# labels for the release PR
= ["release"]
# disallow updating repositories with uncommitted changes
= false
# disallow packaging with uncommitted changes
= false
# disable running `cargo-semver-checks`
= false