dont prompt for message in git tag (#6293)
Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
@ -51,7 +51,7 @@ bump-kcl-crate-versions bump='patch':
|
||||
./target/debug/kcl-bumper --bump {{bump}}
|
||||
|
||||
publish-kcl version:
|
||||
git tag kcl-{{version}}
|
||||
git tag kcl-{{version}} -m "Release kcl-{{version}}"
|
||||
cargo publish -p kcl-derive-docs
|
||||
cargo publish -p kcl-directory-test-macro
|
||||
cargo publish -p kcl-lib
|
||||
|
||||
Reference in New Issue
Block a user