mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 17:54:15 +03:00
chore: Publish crates
This commit is contained in:
parent
48bbebf5e9
commit
75c4d22bb6
@ -4,9 +4,9 @@ set -eu
|
||||
git pull || true
|
||||
|
||||
yarn changelog
|
||||
(cd ./bindings && cargo mono bump -i)
|
||||
(cd ./bindings && cargo mono bump swc_cli)
|
||||
# Ensure that Cargo.lock is up-to-date
|
||||
cargo metadata --format-version 1 > /dev/null
|
||||
(cd ./bindings && cargo metadata --format-version 1 > /dev/null)
|
||||
|
||||
# Ensure that dependencies are all verified
|
||||
./scripts/crev/verify.sh
|
||||
@ -14,4 +14,4 @@ cargo metadata --format-version 1 > /dev/null
|
||||
git add -A
|
||||
git commit -m 'chore: Publish crates'
|
||||
git push --no-verify
|
||||
cargo mono publish --no-verify
|
||||
(cd ./bindings && cargo mono publish --no-verify)
|
||||
|
Loading…
Reference in New Issue
Block a user