Add cargo-release metadata.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Nolan Darilek 2022-12-06 17:48:57 -06:00
parent b6407a7366
commit 6ef9d3a56a

View File

@ -14,4 +14,10 @@ bevy = { version = "0.9", default-features = false, features = ["bevy_asset"] }
synthizer = "0.5"
[dev-dependencies]
bevy = { version = "0.9", default-features = true }
bevy = { version = "0.9", default-features = true }
[package.metadata.release]
publish = false
push = false
pre-release-hook = ["git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}"]
pre-release-commit-message = "Release"