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
* Create GitHub releases with changelog
- Add script to extract a specific changelog entry from CHANGELOG.md
- Add GitHub workflow to automatically create releases on tag push
- Write the extracted changelog entry into the release notes
The extraction is adapted to Phoenix's changelog header format
("## 1.8.9 (2026-07-07)", without a "v" prefix), unlike the
phoenix_live_view equivalent which uses "## v1.2.7 ...".
See phoenixframework/phoenix_live_view#4135
* Align changelog format
0 commit comments