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 `&&`.