Skip to content
Merged
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
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ name: release
# Guards:
# - tag must equal the package.json version (prevents accidental mismatches)
# - full test suite + schema drift check run before publish
#
# Operational note (dspack-spec v0.4.1 incident): a successful trusted
# publish may temporarily APPEAR to fail because of registry
# read-after-write propagation — the publish lands but the CLI's
# post-publish lookup 404s. Before retrying an apparently failed
# publication, check the package version, dist.attestations, and registry
# availability directly. Do not retry solely on a post-publish metadata
# lookup failure: a second run may hit an immutable-version conflict.

on:
push:
Expand Down
Loading