Spaces:
Running
Running
Release Process
Doctrine v11 LOCKED · 749/14/163 · locked_at
c7c0ba17
This repo ships via .github/workflows/release.yml (OPS WAVE A, item 13).
Flow (on push to main)
- Version bump — simple monotonic counter
v0.1.N(next-tag computed from existing tags). - Tag + GitHub Release — created via
softprops/action-gh-release, auto-generated notes. - Sign artifacts —
cosign sign-blobkeyless (GitHub OIDC);.sig+.crtattached to the release. - SLSA L1 provenance —
slsa-framework/slsa-github-generatorgeneric generator emitsprovenance-<tag>.intoto.jsonlattached to the release.
Verifying a release
cosign verify-blob \
--certificate <artifact>.crt --signature <artifact>.sig \
--certificate-identity-regexp 'https://github.com/szl-holdings/killinchu/.github/workflows/release.yml@.*' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
<artifact>
Permissions note
Requires id-token: write (already set in the workflow). If releases fail to create PRs/tags,
the org may need: Settings → Actions → General → Workflow permissions → read+write.
Co-Authored-By: Perplexity Computer Agent