Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions MAINTENANCE.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
## Oxlint
## Oxlint & Oxfmt

### Release Oxlint
### Release Oxlint & Oxfmt

- Run [Prepare Release Oxlint](https://github.com/oxc-project/oxc/actions/workflows/prepare_release_oxlint.yml)
- Run [Prepare Release Apps](https://github.com/oxc-project/oxc/actions/workflows/prepare_release_apps.yml)
- Releases both oxlint and oxfmt together as a single GitHub release (with different versions)
- Runs automatically every Monday at 9am UTC / 5pm Shanghai time

### E2E Testing

- Run [Oxc Ecosystem CI](https://github.com/oxc-project/oxc-ecosystem-ci/actions/workflows/ci.yml)

## Oxfmt

### Release Oxfmt

- Run [Prepare Release Oxfmt](https://github.com/oxc-project/oxc/actions/workflows/prepare_release_oxfmt.yml)
- Run [Oxlint Ecosystem CI](https://github.com/oxc-project/oxc-ecosystem-ci/actions/workflows/ci.yml)
- Run [Oxfmt Ecosystem CI](https://github.com/oxc-project/oxc-ecosystem-ci/actions/workflows/oxfmt-ci.yml)

## Publish Crates

- Run [Prepare Release Crates](https://github.com/oxc-project/oxc/actions/workflows/prepare_release_crates.yml)
- Runs automatically every Monday at 9am UTC / 5pm Shanghai time

Note: [crates.io trusted publishing](https://crates.io/docs/trusted-publishing) is configured,
a short lived token is used instead of a long-live token stored in github secrets.
Expand Down
Loading