# cargo-release configuration for rustloclib
# This crate is released together with rustloc
# Use standard v prefix for tags (shared with rustloc)
= "v"
= "v{{version}}"
# Don't create separate tags for the library (rustloc tag covers both)
= false
# Commit message format
= "chore: Release v{{version}}"
# Publish to crates.io
= true
# Enable dependent version bumps
= "upgrade"
# Consolidate commits in workspace
= true