Skip to content

Commit

Permalink
refactor(contributing): update Releasing section (#4325)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos committed Oct 18, 2024
1 parent a2815f4 commit 5ee8cd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,12 +438,12 @@ When releasing a new version of a Biome, follow these steps:
This field is set to `next` for newly created rules.
This field must be updated to the new version.

1. [ ] Update the website with the new version number:
`BIOME_VERSION=<version> just gen-web`.
This will also copy the configuration schema in the right place.

1. [ ] Once the PR is merged, the CI will trigger the `Release: *` workflows. Once these workflows finish compiling the final artefact, **they need to be approved manually**.

1. [ ] Open a new PR in the [website repository](https://github.com/biomejs/website) to update the website with the new version number:
`BIOME_VERSION=<version> pnpm run codegen:all`.
This will also copy the configuration schema in the right place.

## Resources

We have several resources explaining about Biome. They will help you understand the project and codebase.
Expand Down

0 comments on commit 5ee8cd4

Please sign in to comment.