autometrics-dev / am

Autometrics Companion CLI app
Apache License 2.0
16 stars 2 forks source link

Generate sha256 hash when releasing a new version of am #98

Closed hatchan closed 1 year ago

hatchan commented 1 year ago

These sha256 would then be added to the release. This file can be used to validate the binary. It it also required for the homebrew release.

We should create a single shasum file per binary. The reason for this is that the user will most likely only download a single binary for their os/arch, so they won't get any error for all the missing files in the shasum file. It will probably also make a slightly easier workflow :)