Closed arbourd closed 3 years ago
An example with the same settings is ova here: https://github.com/arbourd/git-get/releases
@arbourd I think I'd prefer to keep the release notes out of it since we have a process to add our own text to the release, so could we just stick with the binaries?
This is awesome, and so simple!
Sounds good! Any preference to the name of the checksums file (or including it at all)?
@arbourd nope! LGTM :)
You might wanna give this a shot with a fake release (0.0.1-old) to ensure that the hooks are all gucci.
@arbourd we test in prod 😈
Adds an action that will update releases (when tags are created) uploading binaries and annotating the release notes with a
git diff
. If you don't want the diff, we can set the fetch depth back to 1 and just upload binaries.Currently configured to build amd64/arm64 for Linux and macOS.
Closes #106