-
Notifications
You must be signed in to change notification settings - Fork 593
TCN-464 Support GoReleaser on tag creation #677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Elliot Jackson <[email protected]> Signed-off-by: Elliot Jackson <[email protected]>
Signed-off-by: Elliot Jackson <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but please at least address the Go version comment before merging!
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.19.1 | ||
cache: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we at least use 1.19.x
so we get the latest patch? This is already out of date.
footer: | | ||
## Thanks! | ||
|
||
Those were the changes on {{ .Tag }}! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use the release notes template from connect-go? Github supports generating release notes automatically now, and they do a nice job highlighting new contributors.
(Fine to leave this config, or replace it with a message that these notes are temporary and should be replaced with GH's autogen.)
PR extends Github actions to include GoReleaser this will allow users to pull binaries directly from the release.