Enable push and tag in workspace release configuration.

This commit is contained in:
Till Wegmueller 2026-01-19 00:28:41 +01:00
parent 074dad33bf
commit d0722bdacd
No known key found for this signature in database

View file

@ -26,9 +26,7 @@ authors = ["Till Wegmueller <toasterson@gmail.com>"]
[workspace.metadata.release] [workspace.metadata.release]
publish = false publish = false
push = false push = true
tag = true tag = true
pre-release-commit-message = "chore: Release {{version}}"
tag-message = "chore: Release {{version}}"
consolidate-commits = true consolidate-commits = true
shared-version = true shared-version = true