From 7dff10fb21223d8b2b9ff026611cff72ac798849 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Tue, 2 Apr 2019 16:46:42 -0500 Subject: [PATCH] Polishing. --- ci/README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/README.adoc b/ci/README.adoc index 483493f..40e665a 100644 --- a/ci/README.adoc +++ b/ci/README.adoc @@ -47,9 +47,9 @@ With this pipeline in place, you can now activate and expose it: 2. With the release tagged, push the tagged version to the release branch. ---- -% git checkout -b release +% git checkout -b release-2.1.x % git reset --hard -% git push -f origin release +% git push -f origin release-2.1.x ---- NOTE: You can chain the previous set of commands together using `&&`. \ No newline at end of file