mirror of
https://github.com/Rust-GPU/rust-gpu.git
synced 2026-06-06 09:39:50 +09:00
9 lines
266 B
TOML
9 lines
266 B
TOML
# You should just need to run this to do a release of both crates:
|
|
# $ cargo release <minor|patch>
|
|
|
|
pre-release-commit-message = "Release {{version}}"
|
|
tag-message = "Release `{{crate_name}}` {{version}}"
|
|
tag-prefix = ""
|
|
allow-branch = ["main"]
|
|
shared-version = true
|