Skip to content

Commit

Permalink
Record the release URL
Browse files Browse the repository at this point in the history
  • Loading branch information
suhlig committed Aug 28, 2022
1 parent efe4b53 commit 4d2ce80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ changelog:
release:
# Mark the release as not ready for production if there is an indicator for this in the tag e.g. v1.0.0-rc1
prerelease: auto

publishers:
- name: save-release-url
cmd: sh -c "echo '{{ .ReleaseURL }}' > dist/release-url.txt"

0 comments on commit 4d2ce80

Please sign in to comment.