Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@ signs:
- cmd: cosign
artifacts: checksum
output: true
signature: "${artifact}.bundle"
args:
- sign-blob
- --yes
- --output-certificate=${certificate}
- --output-signature=${signature}
- --new-bundle-format=true
- --bundle=${signature}
- ${artifact}

notarize:
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pushing the tag triggers the GitHub Actions release workflow, which:
1. Runs the full test suite
2. Builds binaries for all platforms (linux/darwin/windows/freebsd/openbsd x amd64/arm64)
3. Signs macOS binaries (Developer ID + notarization)
4. Signs checksums with cosign (keyless, OIDC)
4. Signs checksums with a cosign keyless bundle (OIDC)
5. Generates SBOMs with Syft
6. Builds .deb and .rpm packages
7. For stable tags only, publishes the Homebrew cask to `basecamp/homebrew-tap`
Expand Down
Loading