# Publish to the registry named in Cargo.toml's `publish` list (kellnr). publish = true # Hold off pushing until tags and publish have both succeeded; `just release` # pushes last. push = false pre-release-hook = ["sh", "-c", "git cliff -o CHANGELOG.md --tag {{version}} && git add CHANGELOG.md"]