[workspace]
# Changelog configuration
changelog_update = true
# PR configuration
pr_draft = false
pr_labels = ["release"]
# Git configuration
# Disable GitHub release creation - cargo-dist handles this with binary assets
git_release_enable = false
# Enable git tag creation - this triggers cargo-dist release workflow
git_tag_enable = true
git_tag_name = "v{{ version }}"