Skip to content

Commit 0fdaadf

Browse files
committed
docs: update
1 parent 49125d5 commit 0fdaadf

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,8 @@ For VS Code users, you can install the [Biome VS Code extension](https://marketp
127127

128128
Repository maintainers can publish a new version of changed packages to npm.
129129

130-
1. Checkout a new release branch, for example `release_v1.2.0`
131-
2. Run [changesets](https://github.com/changesets/changesets) to bump changed packages and commit the changes.
132-
3. Create a pull request, the title should be `release: v1.2.0`.
133-
4. Run the [release action](https://github.com/web-infra-dev/rsbuild/actions/workflows/release.yml) to publish packages to npm.
134-
5. Generate the [release notes](https://github.com/web-infra-dev/rsbuild/releases) via GitHub, see [Automatically generated release notes](https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes)
135-
6. Merge the release pull request to `main`.
130+
1. Run `pnpm generate-release-pr` to generate a release pull request.
131+
2. Create a pull request, the title should be `release: v1.2.0`.
132+
3. Run the [release action](https://github.com/web-infra-dev/rsbuild/actions/workflows/release.yml) to publish packages to npm.
133+
4. Generate the [release notes](https://github.com/web-infra-dev/rsbuild/releases) via GitHub, see [Automatically generated release notes](https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes)
134+
5. Merge the release pull request to `main`.

0 commit comments

Comments
 (0)