chore: Publish crates

This commit is contained in:
Donny/강동윤 2022-11-23 10:04:58 +09:00
parent 48bbebf5e9
commit 75c4d22bb6

View File

@ -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)