Skip to content

Commit

Permalink
chore: Publish crates
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 23, 2022
1 parent 48bbebf commit 75c4d22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/cargo/cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ 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

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)

0 comments on commit 75c4d22

Please sign in to comment.