diff --git a/MAINTENANCE.md b/MAINTENANCE.md index 484b36e63e468..434afaf5ee9dd 100644 --- a/MAINTENANCE.md +++ b/MAINTENANCE.md @@ -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.