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
|
||||||
@@ -34,4 +36,4 @@ fmt:
|
|||||||
# Run the end-to-end Playwright tests.
|
# Run the end-to-end Playwright tests.
|
||||||
# Usage: just e2e
|
# Usage: just e2e
|
||||||
e2e:
|
e2e:
|
||||||
cd e2e && npm test
|
cd e2e && npm test
|
||||||
|
|||||||
Reference in New Issue
Block a user