From 0e3d1265d01f4ee3f2239afe3459d5d41f2980ff Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Fri, 12 Feb 2021 14:09:50 -0700 Subject: [PATCH] docs(ci): update release --- ci/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/README.md b/ci/README.md index 0558a33f..c063b88c 100644 --- a/ci/README.md +++ b/ci/README.md @@ -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 the updated version. 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. 5. Run `yarn release:github-assets` to download the `release-packages` artifact. - It will upload them to the draft release.