Skip to content

Commit ff2c5cb

Browse files
committed
Point release-prepare's tail at release-sync-manual-channels
After release-prepare's CI-wait succeeds, the maintainer's next move is to sync the three manual channels (Homebrew tap, Scoop bucket, AUR qn-bin). The tail message used to stop at "inspect the release" — this adds a pointer to release-sync-manual-channels with the version baked in for a clean copy-paste, plus a note that omitting the args auto-detects the version from the latest tag.
1 parent 153034e commit ff2c5cb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,3 +470,7 @@ release-prepare version yes="0":
470470
echo
471471
echo "Phase 1 complete. Inspect the release at:"
472472
echo " https://github.com/$(gh repo view --json nameWithOwner -q .nameWithOwner)/releases/tag/v{{version}}"
473+
echo
474+
echo "Next: sync the manual channels (Homebrew, Scoop, AUR) by running"
475+
echo " just release-sync-manual-channels ~/qn {{version}}"
476+
echo "(omit the args to auto-detect the version from the latest tag)."

0 commit comments

Comments
 (0)