mirror of
https://github.com/swc-project/swc.git
synced 2024-11-22 06:46:41 +03:00
c977c2bec2
**Description:** This PR - makes auto-publish action store the version of `swc_core` in the commit message. - fixes `swc_core` version reducing logic.
14 lines
384 B
TOML
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"] }
|