From 857cf7f307fc00b80cad6a18d30395f86e5c467f Mon Sep 17 00:00:00 2001 From: mdheller <21163552+mdheller@users.noreply.github.com> Date: Thu, 30 Apr 2026 16:35:59 -0400 Subject: [PATCH] Add SBOM release-candidate proof document --- docs/SBOM_RELEASE_CANDIDATE_PROOF.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/SBOM_RELEASE_CANDIDATE_PROOF.md diff --git a/docs/SBOM_RELEASE_CANDIDATE_PROOF.md b/docs/SBOM_RELEASE_CANDIDATE_PROOF.md new file mode 100644 index 0000000..3e45305 --- /dev/null +++ b/docs/SBOM_RELEASE_CANDIDATE_PROOF.md @@ -0,0 +1,14 @@ +# SBOM release-candidate proof + +This PR exists to trigger the SBOM-enabled NLBoot release-candidate workflow through the normal pull-request path. + +Expected artifact contents after the workflow succeeds: + +- `nlboot-client` +- `Cargo.lock` +- `cargo-metadata.json` +- `sbom.spdx.json` +- `release-candidate-manifest.json` +- release and readiness documentation + +This proof does not publish a stable release and does not change runtime or host behavior.