From 81ce5e4961147d3342d6203fcd0f1bd7779546c8 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 23 Dec 2022 12:34:04 +0000 Subject: [PATCH] docs: correct RELEASE procedure for stable branch --- RELEASE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 32f5d664b..c2a23c277 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -74,8 +74,7 @@ Set vars First make the release branch. If this is a second point release then this will be done already. - * git branch ${BASE_TAG} ${BASE_TAG}-stable - * git co ${BASE_TAG}-stable + * git co -b ${BASE_TAG}-stable ${BASE_TAG}.0 * make startstable Now