Problem statement
Flow has an exact v1.0.0 tag but no published GitHub Release. The first Publish Policy Release run failed at an administrator-only immutable-release preflight. PR #22 repaired the workflow permission boundary, but the release has not been retried from a tag containing that repair.
Desired outcome
Publish and independently verify the first immutable Flow policy release from a fresh exact SemVer patch tag that contains PR #22.
Scope
- Verify immutable releases are enabled with an administrator-capable credential before tagging.
- Select the next exact patch version without moving
v1.0.0.
- Create the exact tag from the reviewed
main commit.
- Dispatch
Publish Policy Release with this issue as the governing release issue.
- Verify the published archive, manifest, checksums, standalone verifier, and GitHub immutability evidence.
Non-goals
- Moving or overwriting
v1.0.0.
- Publishing from
main, latest, v1, or another floating reference.
- Beginning the fleet-wide Bootstrap rollout.
Acceptance criteria
Test expectations
- Run the complete Python unit suite and all four policy validators on the tagged commit.
- Build and verify the release locally before tagging.
- Download and verify the published assets in a clean directory.
Security implications
This is a policy supply-chain publication. The built-in workflow token must remain least-privileged; administrator credentials are used only for the preflight and are not stored in the repository or workflow.
Documentation implications
Record the exact consumer reference and postpublication evidence in the release documentation and governing issue.
Dependencies
Human decision points
- Administrator-capable immutable-release preflight
- Any attempt to move or replace an existing exact tag
Problem statement
Flow has an exact
v1.0.0tag but no published GitHub Release. The firstPublish Policy Releaserun failed at an administrator-only immutable-release preflight. PR #22 repaired the workflow permission boundary, but the release has not been retried from a tag containing that repair.Desired outcome
Publish and independently verify the first immutable Flow policy release from a fresh exact SemVer patch tag that contains PR #22.
Scope
v1.0.0.maincommit.Publish Policy Releasewith this issue as the governing release issue.Non-goals
v1.0.0.main,latest,v1, or another floating reference.Acceptance criteria
504c79eor its descendant is created without moving an existing tag.Publish Policy Releasecompletes successfully.Test expectations
Security implications
This is a policy supply-chain publication. The built-in workflow token must remain least-privileged; administrator credentials are used only for the preflight and are not stored in the repository or workflow.
Documentation implications
Record the exact consumer reference and postpublication evidence in the release documentation and governing issue.
Dependencies
Human decision points