swc/tools/swc-releaser/Cargo.toml
Donny/강동윤 c977c2bec2
chore(xtask): Make reducing version of swc_core easier (#9406)
**Description:**

This PR
 - makes auto-publish action store the version of `swc_core` in the commit message.
 - fixes `swc_core` version reducing logic.
2024-08-09 14:52:10 +09:00

14 lines
384 B
TOML

[package]
edition = "2021"
license.workspace = true
name = "swc-releaser"
publish = false
repository = { workspace = true }
version = "0.1.0"
[dependencies]
anyhow = { workspace = true }
cargo_metadata = { workspace = true }
changesets = { workspace = true }
clap = { version = "4.5.9", features = ["derive"] }