Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 945 Bytes

File metadata and controls

18 lines (16 loc) · 945 Bytes

Release Checklist

Use this checklist before creating a tag or GitHub release.

  1. Confirm the target commit contains no private operating material, credentials, generated brain content, or machine-specific paths.
  2. Run python3 scripts/check_engineering_milestone.py.
  3. Review the changelog, license notices, README installation path, and upstream freshness record.
  4. Run the checkout-backed upstream gate with both pinned source repositories: python3 scripts/check_engineering_milestone.py --upstream --gstack-repo /path/to/gstack --gbrain-repo /path/to/gbrain. This verifies live drift and rebuilds the complete reconciliation. Record unavailable network or source commits explicitly; do not claim parity without this check.
  5. Review the final diff from a clean checkout and confirm the intended tag or release notes.
  6. Create the tag and GitHub release only after the owner authorizes external publication.