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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,18 +38,19 @@ You may need to make changes to a pre-release prior to publishing a final stable
38
38
### Publishing the stable release
39
39
40
40
- Exit Changesets pre-release mode: `yarn changeset pre exit`.
41
-
- Commit the deleted pre-release file along with any unpublished changesets, and push the the `release-*` branch to GitHub.
41
+
- Commit the edited pre-release file along with any unpublished changesets, and push the the `release-*` branch to GitHub.
42
42
- Wait for the release workflow to finish. The Changesets action in the workflow will open a PR that will increment all versions and generate the changelogs for the stable release.
43
43
- Review the updated `CHANGELOG` files and make any adjustments necessary.
44
44
- We should remove the changelogs for all pre-releases ahead of publishing the stable version.
45
45
-[TODO: We should automate this]
46
+
- Prepare the github release notes
47
+
- Copy the relevant changelog entries from all packages into the Release Notes and adjust accordingly, matching the format used by prior releases
46
48
- Merge the PR into the `release-*` branch.
47
49
- Once the PR is merged, the release workflow will publish the updated packages to npm.
48
50
- Once the release is published:
49
51
- merge the `release-*` branch into `main` and push it up to GitHub
50
52
- merge the `release-*` branch into `dev` and push it up to GitHub
51
53
- Convert the `[email protected]` tag to a Release on Github with the name `v6.x.y`
52
-
- Copy the relevant changelog entries from all packages into the Release Notes and adjust accordingly, matching the format used by prior releases
0 commit comments