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
+20-9Lines changed: 20 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,15 +22,17 @@ Changesets will do most of the heavy lifting for our releases. When changes are
22
22
-`git commit -a -m "Enter prerelease mode"`
23
23
-`git push --set-upstream origin release-next`
24
24
- Wait for the release workflow to finish - the Changesets action will open a PR that will increment all versions and generate the changelogs
25
-
- Check out the PR branch created by changesets locally
26
-
-_Optional:_ Review the updated `CHANGELOG.md` files in the PR locally and make any adjustments necessary, then merge the PR into the `release-next` branch.
0 commit comments