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
fix: rolling release notes cover only the span since the previous ship (#79)
The reused rolling release called generate_release_notes on every
update, and the generated 'What's Changed' accumulated onto the
existing body each ship — after a high-volume day the description
grew unreadably long.
Auto-ship now generates notes explicitly for previous-rolling-tag ->
shipped-commit (before the tag force-moves) via the generate-notes
API and replaces the body outright; the compare link is rewritten to
real SHAs since the synthetic tag never exists. Milestone v* tag
releases are fresh releases and keep GitHub-generated notes.
0 commit comments