Release Assistant Installation
Expected Repository Layout
Release Assistant is optimized for repositories that include:
scripts/release_all.shscripts/release_prep.sh(optional but expected)scripts/setup_release_workflows.sh(optional).github/workflows/*aligned with selected mode
App Setup Flow
- Launch Release Assistant.
- Select project repository path.
- Validate release context and workflow readiness.
- Fill release metadata (version/tag/date/zip/SHA256 as needed).
- Run preflight or dry-run first.
- Run full automated release when checks pass.
Host-Specific Defaults
GitHub.com default:
- hosted notarized workflow preferred
Enterprise default:
- self-hosted notarized workflow with enterprise templates
Recommended First Run
- run dry-run mode
- resolve workflow/auth warnings
- confirm audit header is present in output

