From 19e3f123f787caf17976cd1111ad21b4c51c9822 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Thu, 19 Sep 2024 17:06:31 -0700 Subject: [PATCH] update --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index ddd32eea7..546f71810 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,7 +2,7 @@ ## Temporary instructions while waiting on GitHub support -1. On the `wave8` branch, run `task version -- <0, 1>` based on the options mentioned in step 2 of the [Step-by-step guide](#step-by-step-guide). +1. On the `wave8` branch, run `task version -- ` based on the options mentioned in step 2 of the [Step-by-step guide](#step-by-step-guide). 2. Commit and push the changes to the `wave8` branch. 3. Manually create a tag named `v` attached to `origin/wave8`. Push the tag to GitHub. 4. This should kick off the build as normal and create a draft release when done. Continue from step 4 of the [Step-by-step guide](#step-by-step-guide).