From 7428fd467247169deada18979eb5ee0a4c69318f Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Wed, 28 Aug 2024 12:27:15 +0200 Subject: [PATCH] Add release workflow to release document (#1164) --- RELEASE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index d5ba8ad4a..8feda68f0 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -29,8 +29,9 @@ GPG_FINGERPRINT="" ./bin/release.sh ## Cut Release on GitHub -At this point, Goreleaser will have created a draft release at https://github.com/exercism/cli/releases/tag/vX.Y.Z. -On that page, update the release description to: +Once the `./bin/release.sh` command finishes, the [release workflow](https://github.com/exercism/cli/actions/workflows/release.yml) will automatically run. +This workflow will create a draft release at https://github.com/exercism/cli/releases/tag/vX.Y.Z. +Once created, go that page to update the release description to: ``` To install, follow the interactive installation instructions at https://exercism.io/cli-walkthrough