flowmark 0.1.2

Fast, modern Markdown formatter with smart typography and paragraph wrapping
Documentation
# cargo-release configuration
# See: https://github.com/crate-ci/cargo-release/blob/master/docs/reference.md

# Don't publish to crates.io automatically (let GitHub Actions handle it)
publish = false

# Tag format (e.g., v0.1.0)
tag-prefix = "v"
tag-name = "v{{version}}"

# Push to remote after tagging
push = true

# Allow dirty working directory (in case of generated files)
allow-branch = ["main", "master"]

# Pre-release checks
pre-release-commit-message = "Bump version to {{version}}"
pre-release-hook = ["just", "check"]

# Don't create individual tags for workspace members
consolidate-commits = true