From 9b133687995fa8532c5a7bf49879d76273523514 Mon Sep 17 00:00:00 2001 From: drjones Date: Wed, 20 May 2026 17:05:57 -0700 Subject: [PATCH] Add stewardship readiness asset: docs/RELEASE_PROCESS.md --- docs/RELEASE_PROCESS.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/RELEASE_PROCESS.md diff --git a/docs/RELEASE_PROCESS.md b/docs/RELEASE_PROCESS.md new file mode 100644 index 0000000..3a5ca27 --- /dev/null +++ b/docs/RELEASE_PROCESS.md @@ -0,0 +1,20 @@ +# Release Process + + +## Before Tagging + +- Confirm the default branch builds, runs, or flashes as documented. +- Confirm no secrets, private data, generated dependency trees, or raw binaries are accidentally committed. +- Confirm license and upstream provenance are documented. +- Update CHANGELOG.md. +- Attach binaries only as release assets with SHA256 checksums and source commit references. + +## Release Notes + +Include: + +- Purpose of the release. +- Commit hash or tag. +- Build environment. +- Known limitations. +- Verification performed.