ci(release): add missing --execute option in Makefile definition
This commit is contained in:
2
Makefile
2
Makefile
@@ -5,7 +5,7 @@ define RELEASE_TEMPLATE
|
|||||||
git add .
|
git add .
|
||||||
git commit -m "docs(changelog): update"
|
git commit -m "docs(changelog): update"
|
||||||
git push origin HEAD
|
git push origin HEAD
|
||||||
cargo release $(1)
|
cargo release $(1) --execute
|
||||||
git push origin HEAD --tags
|
git push origin HEAD --tags
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user