From eff2fbe4dd71b3e4fe2dbb2696882252c1cc7897 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 13 Dec 2017 12:14:28 +0000 Subject: [PATCH] docs/process/release-checklist.txt: Say to push staging branch Preparing a real release, not just an RC, involves making commits. Typically, those will be on staging-$x. The tag will refer to them, and the checklist already says to push them to xenbits. But if the *branch* is not pushed, then people who just "git fetch" won't get the tag because it refers to commits they don't have. (Because of the strange rules git has about tag fetching.) Worse, the same may be true of people who "git clone". And anyway, those commits *should* be fed to staging-$x. Signed-off-by: Ian Jackson Acked-by: George Dunlap --- docs/process/release-technician-checklist.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/process/release-technician-checklist.txt b/docs/process/release-technician-checklist.txt index 3c7a305b72..c228e1088a 100644 --- a/docs/process/release-technician-checklist.txt +++ b/docs/process/release-technician-checklist.txt @@ -68,6 +68,7 @@ t=RELEASE-$r git-show # should show commit updating version to right version git-tag -u 'xen tree' -s -m "Xen $r$rc" $t git-push origin $t + git-push origin staging-$x ## hg tag ; hg sign -k "Xen tree" -- 2.30.2