mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
23 lines
567 B
TOML
23 lines
567 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",
|
|
"npm/oxc-transform/package.json",
|
|
"npm/oxc-minify/package.json",
|
|
"npm/oxc-types/package.json",
|
|
"wasm/parser/package.json",
|
|
]
|
|
|
|
[[releases]]
|
|
name = "oxlint"
|
|
scopes_for_breaking_change = ["lint"]
|
|
versioned_files = [
|
|
"apps/oxlint/Cargo.toml",
|
|
"crates/oxc_linter/Cargo.toml",
|
|
"editors/vscode/package.json",
|
|
"npm/oxlint/package.json",
|
|
]
|