tag cmd should also push [skip ci]

This commit is contained in:
2026-08-08 16:46:48 -04:00
parent e77c546cb2
commit 950add40a3
+3 -1
View File
@@ -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