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
Generate release descriptions from the matching changelog section, so publishing
a tag before its PR merges no longer produces notes about an earlier release.
Show the latest published stable package's versioned download URL in the README
on release after successful publication, then promote it to main through a PR.
Release process
Run full CI when feature PRs target release, including new commits to open PRs.
Ordinary feature pushes no longer run CI or build packages.
Publish an automatic patch after a PR merges into release, and support manual
version tags on that branch without a second version bump.
Recover interrupted publication without moving tags or republishing completed
packages. Commit README on release before opening or updating its PR to main.
Keep main changes behind PR merges and verify that promotion contains the
published package's code and updated download links.