Skip to content

Commit 35a1136

Browse files
committed
Update development repo docs
1 parent 2cd1944 commit 35a1136

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

DEVELOPMENT.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,19 @@ You may need to make changes to a pre-release prior to publishing a final stable
3838
### Publishing the stable release
3939

4040
- 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.
4242
- 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.
4343
- Review the updated `CHANGELOG` files and make any adjustments necessary.
4444
- We should remove the changelogs for all pre-releases ahead of publishing the stable version.
4545
- [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
4648
- Merge the PR into the `release-*` branch.
4749
- Once the PR is merged, the release workflow will publish the updated packages to npm.
4850
- Once the release is published:
4951
- merge the `release-*` branch into `main` and push it up to GitHub
5052
- merge the `release-*` branch into `dev` and push it up to GitHub
5153
- 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
5354

5455
### Hotfix releases
5556

0 commit comments

Comments
 (0)