Skip to content

Commit

Permalink
Add release workflow to release document (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Aug 28, 2024
1 parent fe08d18 commit 7428fd4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ GPG_FINGERPRINT="<THE_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
Expand Down

0 comments on commit 7428fd4

Please sign in to comment.