mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 13:20:42 +00:00
Enable push and tag in workspace release configuration.
This commit is contained in:
parent
074dad33bf
commit
d0722bdacd
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue