From b8e19e8b577bbad35a8fe6779ebea1d7a46248ff Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Mon, 13 Dec 2021 16:01:36 -0600 Subject: [PATCH] Polishing. --- README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index eb10a80c..bb28b33a 100644 --- a/README.adoc +++ b/README.adoc @@ -38,14 +38,14 @@ You can also import the project into your IDE. 2. With the release tagged, push the tagged version to the release branch. + ---- -% git checkout -b release +% git checkout -b release-3.x % git reset --hard -% git push -f origin release +% git push -f origin release-3.x ---- NOTE: You can chain the previous set of commands together using `&&`. -The pipeline will build and release the "release" branch. It will also build a new a new snapshot and stage it on artifactory. +The pipeline will build and release the "release-3.x" branch. It will also build a new a new snapshot and stage it on artifactory. For releases that go to Maven Central, the user much manually check out and verify the artifacts before releasing them. === Running CI tasks locally