Release
Releases are created by pushing a tag:
sh
git tag v0.1.0
git push origin v0.1.0The release workflow builds archives for:
linux_amd64linux_arm64darwin_amd64darwin_arm64
It uploads the archives and checksums.txt to the GitHub release. There is no Cargo publish step.