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: build release body from CHANGELOG section instead of static link
publish.yml now extracts the tagged version's '## [x.y.z]' section from
CHANGELOG.md into the release body (via body_path), appends the install
instructions, and fails the release if no matching CHANGELOG section exists.
CHANGELOG.md stays the single source of truth. Extraction + guard + heredoc
dedent verified locally against the real file. CI-only; no version bump.
Takes effect on the next tag; v3.4.0's page is unchanged.
0 commit comments