mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 09:38:16 +03:00
chore: Publish crates
This commit is contained in:
parent
8883fd4ffb
commit
f9bbd11911
2023
CHANGELOG.md
2023
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1087,7 +1087,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
|
||||
|
||||
[[package]]
|
||||
name = "dbg-swc"
|
||||
version = "0.90.15"
|
||||
version = "0.90.16"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap 3.2.25",
|
||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "dbg-swc"
|
||||
repository = "https://github.com/kdy1/dbg-swc.git"
|
||||
version = "0.90.15"
|
||||
version = "0.90.16"
|
||||
|
||||
[[bin]]
|
||||
bench = false
|
||||
|
@ -5,13 +5,13 @@ git pull || true
|
||||
|
||||
yarn changelog
|
||||
cargo mono bump -i
|
||||
(cd ./bindings && cargo mono bump swc_cli)
|
||||
# (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)
|
||||
# (cd ./bindings && cargo metadata --format-version 1 > /dev/null)
|
||||
|
||||
# Ensure that dependencies are all verified
|
||||
./scripts/crev/verify.sh
|
||||
# ./scripts/crev/verify.sh
|
||||
|
||||
git add -A
|
||||
git commit -m 'chore: Publish crates'
|
||||
|
Loading…
Reference in New Issue
Block a user