tag cmd should also push [skip ci]
This commit is contained in:
@@ -20,6 +20,8 @@ tag ver:
|
|||||||
git add Cargo.toml Cargo.lock
|
git add Cargo.toml Cargo.lock
|
||||||
git commit -m "version {{ver}} [skip ci]"
|
git commit -m "version {{ver}} [skip ci]"
|
||||||
git tag "{{ver}}"
|
git tag "{{ver}}"
|
||||||
|
git push
|
||||||
|
git push --tags
|
||||||
|
|
||||||
# Run the Rust unit tests.
|
# Run the Rust unit tests.
|
||||||
# Usage: just test
|
# Usage: just test
|
||||||
|
|||||||
Reference in New Issue
Block a user