mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
10 lines
430 B
TOML
10 lines
430 B
TOML
# Configuration file for [cargo release oxc](https://github.com/oxc-project/cargo-release-oxc)
|
|
|
|
# Release `--name crates`
|
|
[[releases]]
|
|
name = "crates"
|
|
versioned_files = ["Cargo.toml", "npm/oxc-parser/package.json", "wasm/parser/package.json"]
|
|
|
|
[[releases]]
|
|
name = "oxlint"
|
|
versioned_files = ["apps/oxlint/Cargo.toml", "crates/oxc_linter/Cargo.toml", "npm/oxlint/package.json", "editors/vscode/package.json"]
|