Release v0.3.2 #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "release/v0.3.2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds automated release publishing to CI and establishes
manifest.jsonas the version source of truth.Work Packages
Changes
.forgejo/workflows/publish.yml— 3-job pipeline: detect version change → create tag → promote draft release.forgejo/workflows/ci.yaml— addedvalidate-branchandvalidate-release-prrequired checksmanifest.json— version source of truth (replaces manual tagging in Phase 2)Test Plan
validate-branchpasses (release/* → main)validate-release-prpasses (title matches, draft release exists)