Skip to content

Commit 0829d2c

Browse files
authored
chore(MAINTENANCE.md): add instructions to how to make a oxfmt release (#14583)
1 parent 2cd53c5 commit 0829d2c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

MAINTENANCE.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22

33
### Release Oxlint
44

5-
- Run [Prepare Release Oxlint] https://github.com/oxc-project/oxc/actions/workflows/prepare_release_oxlint.yml
5+
- Run [Prepare Release Oxlint](https://github.com/oxc-project/oxc/actions/workflows/prepare_release_oxlint.yml)
66

77
### E2E Testing
88

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

11+
## Oxfmt
12+
13+
### Release Oxfmt
14+
15+
- Run [Prepare Release Oxfmt](https://github.com/oxc-project/oxc/actions/workflows/prepare_release_oxfmt.yml)
16+
1117
## Publish Crates
1218

13-
- Run [Prepare Release Crates] https://github.com/oxc-project/oxc/actions/workflows/prepare_release_crates.yml
19+
- Run [Prepare Release Crates](https://github.com/oxc-project/oxc/actions/workflows/prepare_release_crates.yml)
1420

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

0 commit comments

Comments
 (0)