Skip to content

Commit

Permalink
Update DEVELPOMENT.md with post-release procedures
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Nov 1, 2022
1 parent 8e09bd6 commit 7796d89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ You may need to make changes to a pre-release prior to publishing a final stable
- Commit the unpublished 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 to stable
- Review the updated `CHANGELOG` files and make any adjustments necessary, then merge the PR
- Once the PR is merged, the release workflow will publish the updated packages to npm
- Once the release is published:
- merge the `release-*` branch into `main` and push it up to github
- merge the `release-*` branch into `dev` and push it up to github
- Convert the `react-router@6.x.y` tag to a Release on Github with the name `v6.x.y`
- Copy the relevant changelog entries from all packages into the Release Notes and adjust accordingly, matching the format used by prior releases

### Experimental releases

Expand Down

0 comments on commit 7796d89

Please sign in to comment.