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