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
GitHub Releases are now created automatically on every version tag push
(.github/workflows/publish-image.yml), with notes pulled straight from that version's
CHANGELOG.md section. Previously a tag push only built the GHCR image — the Release itself was
always a manual step, and it quietly stopped happening after v0.10.4 (v0.10.5 through v0.11.1
shipped with tags but no Releases until this was noticed and backfilled).
Fixed
CHANGELOG.md was missing the ## [0.10.4] header — the Dependabot entry had been folded
invisibly into [0.10.5]'s section since it shipped.