You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPMENT.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Changesets will do most of the heavy lifting for our releases. When changes are
14
14
### Starting a new pre-release
15
15
16
16
- Ensure you are on the new `release-*` branch
17
-
- Enter Changesets pre-release mode using the `pre` tag: `yarn changeset pre enter next`
17
+
- Enter Changesets pre-release mode using the `pre` tag: `yarn changeset pre enter pre`
18
18
- Commit the changesets and push the the `release-*` branch to GitHub; wait for the release workflow to finish and the Changesets action to open its PR that will increment all versions
19
19
- Review the updated `CHANGELOG` files and make any adjustments necessary, then merge the PR
20
20
- Once the PR is merged, the release workflow will publish the updated packages to npm
0 commit comments