Skip to content

Commit

Permalink
Add install walkthrough to release notes header
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Aug 23, 2023
1 parent b52fde9 commit 12f28cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --clean --timeout 120m # default time is 30m
args: release --clean --release-header ./release/header.md --timeout 120m # default time is 30m
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
3 changes: 3 additions & 0 deletions .release/header.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
To install, follow the interactive installation instructions at https://exercism.io/cli-walkthrough

---

0 comments on commit 12f28cd

Please sign in to comment.