Skip to content

Commit 801dc60

Browse files
committed
goreleaser: on release, display a description on GitHub
I'm not sure it works, as I couldn't test locally. These changes are expected to update the description when a release is performed, for example here: https://github.com/koyeb/koyeb-cli/releases/tag/v3.4.0
1 parent 1f88747 commit 801dc60

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.goreleaser.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ archives:
4747

4848
release:
4949
prerelease: auto
50+
header: |
51+
## The best version ever of Koyeb CLI is here!
52+
53+
Welcome to this new release!
54+
Check the changelog in [CHANGES.md](https://github.com/koyeb/koyeb-cli/blob/master/CHANGES.md) for more details.
55+
For upgrade instructions, see [README.md](https://github.com/koyeb/koyeb-cli/blob/master/README.md).
5056
5157
dockers:
5258
- goos: linux

0 commit comments

Comments
 (0)