From 2e9066f0018c0c480e87592f9e2469ea051fe681 Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Wed, 20 Jan 2021 07:33:59 -0600 Subject: [PATCH] Create 2.4.x. --- Jenkinsfile | 2 +- README.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e823eef..f629dba 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -144,7 +144,7 @@ pipeline { when { anyOf { branch 'main' - branch 'release' + branch 'release-2.4' } } agent { diff --git a/README.adoc b/README.adoc index 0813afd..5c2933e 100644 --- a/README.adoc +++ b/README.adoc @@ -52,9 +52,9 @@ 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-2.4 % git reset --hard -% git push -f origin release +% git push -f origin release-2.4 ---- NOTE: You can chain the previous set of commands together using `&&`.