1 2 3 4 5 6
# Don't publish to crates.io automatically - CI will handle it publish = false # Let cargo-release handle git tag and push to trigger CI push = true tag = true allow-branch = ["main"]