-
-
Notifications
You must be signed in to change notification settings - Fork 931
Expand file tree
/
Copy pathoxc_release.toml
More file actions
36 lines (33 loc) · 866 Bytes
/
oxc_release.toml
File metadata and controls
36 lines (33 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Configuration file for [cargo release oxc](https://github.com/oxc-project/cargo-release-oxc)
# Release `--name crates`
[[releases]]
name = "crates"
root_crate = "oxc"
versioned_files = [
"Cargo.toml",
"napi/parser/package.json",
"napi/transform/package.json",
"napi/minify/package.json",
"npm/oxc-types/package.json",
"npm/runtime/package.json",
]
[[releases]]
name = "oxlint"
scopes_for_breaking_change = ["lint"]
versioned_files = [
"apps/oxlint/Cargo.toml",
"apps/oxlint/package.json",
"crates/oxc_linter/Cargo.toml",
"npm/oxlint/package.json",
"npm/oxlint-plugin-eslint/package.json",
"npm/oxlint-plugins/package.json",
]
[[releases]]
name = "oxfmt"
scopes_for_breaking_change = ["format"]
versioned_files = [
"apps/oxfmt/Cargo.toml",
"apps/oxfmt/package.json",
"crates/oxc_formatter/Cargo.toml",
"npm/oxfmt/package.json",
]