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.