From b2a57fc45d6d0a1c174f95917a2dbaa45dc260b2 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Fri, 16 Aug 2024 10:17:34 +0200 Subject: [PATCH] Remove pushing release version change to main This step is not necessary. --- readme.adoc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/readme.adoc b/readme.adoc index a9e4f1b..ac26229 100644 --- a/readme.adoc +++ b/readme.adoc @@ -73,9 +73,6 @@ Goto https://jenkins.spring.io/view/SpringData/job/spring-data-release/job/relea |Action |Command -| Finally, push the commit that changed `release.properties` to `main` -| `$ git push origin main` (where you've checked out `spring-data-release`) - |Close release tickets. |`$ tracker close $trainIteration` @@ -285,4 +282,4 @@ In order to run the test you need either `MAVEN_HOME` setup properly, or run you mvn clean verify -Dmaven.maven-home=/opt/homebrew/bin/mvn ``` -Obviously, the path given should be the location of your Maven installation. \ No newline at end of file +Obviously, the path given should be the location of your Maven installation.