Skip to content

Commit 90ab917

Browse files
committed
chore: update desc
1 parent 1651afe commit 90ab917

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,21 +127,24 @@ feat(plugin-swc): Add `xxx` config
127127
|____________ Type
128128
```
129129

130+
130131
## Releasing
131132

132133
Repository maintainers can publish a new version of changed packages to npm.
133134

134135
1. Checkout a new release branch, for example `release-v0.19.0`.
135136
2. Run `pnpm changeset version` in the package directory to update the version of each package.
136-
3. Create a pull request, the title should be `relea se v0.19.1`.
137+
3. Create a pull request, the title should be `release v0.19.1`.
137138
4. Run the [release action](https://github.com/module-federation/core/actions/workflows/release.yml) to publish packages to npm.
138139
5. Wait reviewers to approve.
139140
6. Merge the release pull request to `main`.
140141
7. Generate the [release notes](https://github.com/module-federation/core/releases) via GitHub, see [Automatically generated release notes](https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes)
141142

142-
## Release test version
143+
## Release preview version
144+
145+
1. Make sure your branch has added changeset files before releasing the preview version.
146+
2. Run the [preview action](https://github.com/module-federation/core/actions/workflows/preview.yml) to publish preview packages.
143147

144-
1. Run the [preview action](https://github.com/module-federation/core/actions/workflows/preview.yml) to publish preview packages via [pkg-pr-new](https://github.com/stackblitz-labs/pkg.pr.new).
145148

146149

147150
## Release the official version

0 commit comments

Comments
 (0)