Archived
1
0

docs(ci): update release

This commit is contained in:
Joe Previte 2021-02-12 14:09:50 -07:00
parent 28e351c982
commit 0e3d1265d0
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24

View File

@ -28,6 +28,7 @@ Make sure you have `$GITHUB_TOKEN` set and [hub](https://github.com/github/hub)
3. Run `yarn release:github-draft` to create a GitHub draft release from the template with 3. Run `yarn release:github-draft` to create a GitHub draft release from the template with
the updated version. the updated version.
1. Summarize the major changes in the release notes and link to the relevant issues. 1. Summarize the major changes in the release notes and link to the relevant issues.
2. Change the @ to target the version branch. Example: `v3.9.0 @ Target: v3.9.0`
4. Wait for the artifacts in step 2 to build. 4. Wait for the artifacts in step 2 to build.
5. Run `yarn release:github-assets` to download the `release-packages` artifact. 5. Run `yarn release:github-assets` to download the `release-packages` artifact.
- It will upload them to the draft release. - It will upload them to the draft release.