Skip to content

Commit

Permalink
chore: add oxc-transform to oxc_release.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jun 18, 2024
1 parent ce05671 commit e592883
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions oxc_release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

# Release `--name crates`
[[releases]]
name = "crates"
versioned_files = ["Cargo.toml", "npm/oxc-parser/package.json", "wasm/parser/package.json"]
name = "crates"
versioned_files = [
"Cargo.toml",
"npm/oxc-parser/package.json",
"npm/oxc-transform/package.json",
"wasm/parser/package.json",
]

[[releases]]
name = "oxlint"
Expand Down

0 comments on commit e592883

Please sign in to comment.