chore(release): v0.15.0
This commit is contained in:
parent
3df0210647
commit
d097c521ac
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ run_task = "publish-zellij"
|
||||||
[tasks.release-commit]
|
[tasks.release-commit]
|
||||||
dependencies = ["commit-all", "tag-release"]
|
dependencies = ["commit-all", "tag-release"]
|
||||||
command = "git"
|
command = "git"
|
||||||
args = ["push", "--atomic", "upstream", "main", "v${CARGO_MAKE_CRATE_VERSION}"]
|
args = ["push", "--atomic", "origin", "main", "v${CARGO_MAKE_CRATE_VERSION}"]
|
||||||
|
|
||||||
[tasks.commit-all]
|
[tasks.commit-all]
|
||||||
ignore_errors = true
|
ignore_errors = true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue