Skip to content

Commit

Permalink
docs: update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed May 20, 2024
1 parent b7828f3 commit ae7dda9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@ pnpm dev # will watch and rebuild all packages in ./packages
```

Then development with the packages in `./sandboxes`.

## Release

For repository maintainers:

1. bump version locally with changeset (`changeset add` and `changeset version`) and generate a bump commit.
2. create a PR to merge the commit into main branch.
3. trigger [rspack-contrib/storybook-rsbuild/actions/workflows/release.yaml](https://github.com/rspack-contrib/storybook-rsbuild/actions/workflows/release.yaml) manually, NPM publish, git tag push and GitHub Release will be created then.

0 comments on commit ae7dda9

Please sign in to comment.