Archived
1
0

Merge branch 'main' into release/v4.5.1

This commit is contained in:
Joe Previte
2022-07-18 14:55:17 -07:00
committed by GitHub
7 changed files with 16 additions and 10 deletions

View File

@ -164,7 +164,8 @@ If you're the current release manager, follow these steps:
### Publishing a release
1. Create a new branch called `v0.0.0` (replace 0s with actual version aka v4.5.1)
1. Create a new branch called `release/v0.0.0` (replace 0s with actual version aka v4.5.0)
1. If you don't do this, the `npm-brew` GitHub workflow will fail. It looks for the release artifacts under the branch pattern.
1. Run `yarn release:prep` and type in the new version (e.g., `3.8.1`)
1. GitHub Actions will generate the `npm-package`, `release-packages` and
`release-images` artifacts. You do not have to wait for this step to complete