Generate checksums for git tags to verify release integrity
Throw a tag at and it comes back with a checksum
frizbee$ frizbee v1.2.3$ frizbee v1.2.3 && sha256sum release.tar.gz$ frizbee $(git describe --tags)$ frizbee main && cat checksum.txt$ frizbee v1.0.0 && frizbee v2.0.0