Skip to content

25R2-0.50.3

Choose a tag to compare

@github-actions github-actions released this 29 Aug 01:22
· 5 commits to main since this release

Added

  • Releases are now created by CI. Pushing a version tag triggers .github/workflows/release-on-tag.yml, a thin caller of the org-wide reusable workflow (hallboys/.github), which creates the GitHub Release with that version's CHANGELOG section as notes (auto-generated notes as fallback), idempotently. Previously tags were pushed without Release objects, leaving the repo's Releases page stale (stuck at 0.47.0 while main was at 0.50.2 — twelve releases were backfilled by hand). The close-session checklist now verifies the CI-created release instead of prescribing a manual gh release create.