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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
tag-release.sh recipe spells out the land-then-tag order. The printed next-steps
now make the sequence explicit — land the release commit via PR (a merge commit), then
tag origin/main (the merged tip) so the tag sits on main's HEAD and git describe
stays clean — instead of tagging the pre-merge commit and re-pointing. The two tag pushes
use ;, not && (an "already exists" on the first must not skip the second — the vN
move). PUSH=1 now warns that it tags the pre-merge commit and prints the re-point steps.