mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore: update MAINTAINANCE.md
This commit is contained in:
parent
1012d8300c
commit
df90bf21ec
2 changed files with 22 additions and 12 deletions
|
|
@ -1,12 +0,0 @@
|
||||||
# Release crates
|
|
||||||
|
|
||||||
Manually edit all versions specified by `[workspace.dependencies]` in Cargo.toml,
|
|
||||||
also manually edit each of the crates version.
|
|
||||||
|
|
||||||
Install `cargo-smart-release`, run
|
|
||||||
|
|
||||||
```bash
|
|
||||||
cargo smart-release --no-changelog --no-tag --no-push --dry-run-cargo-publish oxc
|
|
||||||
```
|
|
||||||
|
|
||||||
Run again with `--dry-run-cargo-publish` when everything compiles.
|
|
||||||
22
MAINTENANCE.md
Normal file
22
MAINTENANCE.md
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
# Release crates
|
||||||
|
|
||||||
|
Manually edit all versions specified by `[workspace.dependencies]` in Cargo.toml,
|
||||||
|
also manually edit each of the crates version.
|
||||||
|
|
||||||
|
Run
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cargo publish -p oxc_allocator
|
||||||
|
cargo publish -p oxc_index
|
||||||
|
cargo publish -p oxc_span
|
||||||
|
cargo publish -p oxc_syntax
|
||||||
|
cargo publish -p oxc_ast
|
||||||
|
cargo publish -p oxc_diagnostics
|
||||||
|
cargo publish -p oxc_parser
|
||||||
|
cargo publish -p oxc_semantic
|
||||||
|
cargo publish -p oxc_formatter
|
||||||
|
cargo publish -p oxc_hir
|
||||||
|
cargo publish -p oxc_ast_lower
|
||||||
|
cargo publish -p oxc_minifier
|
||||||
|
cargo publish -p oxc
|
||||||
|
```
|
||||||
Loading…
Reference in a new issue