You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(release): auto-create GitHub Release from CHANGELOG on tag (#167)
release.yml previously only built/pushed the ghcr images on a version tag;
the GitHub Release object was created manually. Add a github-release job
(needs: build-push) that extracts the matching CHANGELOG.md section and
cuts the Release (pre-release + not-latest for -rc/-alpha/-beta tags,
idempotent on re-run).
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments