Skip to content

Commit 7428fd4

Browse files
Add release workflow to release document (#1164)
1 parent fe08d18 commit 7428fd4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

RELEASE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ GPG_FINGERPRINT="<THE_GPG_FINGERPRINT>" ./bin/release.sh
2929

3030
## Cut Release on GitHub
3131

32-
At this point, Goreleaser will have created a draft release at https://github.com/exercism/cli/releases/tag/vX.Y.Z.
33-
On that page, update the release description to:
32+
Once the `./bin/release.sh` command finishes, the [release workflow](https://github.com/exercism/cli/actions/workflows/release.yml) will automatically run.
33+
This workflow will create a draft release at https://github.com/exercism/cli/releases/tag/vX.Y.Z.
34+
Once created, go that page to update the release description to:
3435

3536
```
3637
To install, follow the interactive installation instructions at https://exercism.io/cli-walkthrough

0 commit comments

Comments
 (0)