# cargo-release configuration# Release flow: cargo release patch|minor|major# This bumps Cargo.toml, commits, tags (v*), and pushes.# CI handles `cargo publish` on tag push.publish=falsepush-remote="origin"tag-prefix="v"allow-branch=["master","develop"]