release.yml runs gh release create but attaches no artifacts. Installation is go install ...@latest only, which excludes non-Go CI runners and casual evaluators.
Add:
- goreleaser with a GOOS/GOARCH build matrix + checksums attached to releases
- a Homebrew tap formula
- a published Docker image
Lowers the barrier to evaluation and to using crucible in non-Go CI.
release.ymlrunsgh release createbut attaches no artifacts. Installation isgo install ...@latestonly, which excludes non-Go CI runners and casual evaluators.Add:
Lowers the barrier to evaluation and to using
cruciblein non-Go CI.