This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-build.git


The following commit(s) were added to refs/heads/master by this push:
     new 068c97f  Complete readme with more detailed release and build info
068c97f is described below

commit 068c97f47250ca9ea426a1113f053832d5025ff4
Author: Georg Kallidis <[email protected]>
AuthorDate: Mon Nov 27 12:03:12 2023 +0100

    Complete readme with more detailed release and build info
---
 README.md                      | 7 +++++--
 README_TECHNICAL_GITMODULES.md | 4 ++++
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6306921..e51483a 100644
--- a/README.md
+++ b/README.md
@@ -209,7 +209,6 @@ Otherwise reset the commit in master in your checked out 
trunk/master/main branc
     git reflog
     // find commit previous to release
     git reset –hard <shacommit>
-    git commit "Reset RC to state previous RC due to <Message-ID>"
     git push -f origin master
 
 and update master repo and delete the tag manually.
@@ -218,9 +217,13 @@ and update master repo and delete the tag manually.
 
 - Drop staged repository in nexus and start again with step 1.
 
-
 - Don't forget to refer to the failed vote Message-ID in the commit messages 
(git, nexus).
 
+After changing, what was missing, refer to the reason in the commit message.
+
+    git commit "Reset RC to state previous RC due to <Message-ID>"
+
+
  
 7. Distribution 
 
diff --git a/README_TECHNICAL_GITMODULES.md b/README_TECHNICAL_GITMODULES.md
index 1470169..1fd9064 100644
--- a/README_TECHNICAL_GITMODULES.md
+++ b/README_TECHNICAL_GITMODULES.md
@@ -68,6 +68,10 @@ This is a Git module hierarchy in itself, which requires to 
fetch it the same wa
     cd fulcrum   
     git submodule update --init --remote 
     
+Later
+
+    git submodule update
+    
 Then you could just use the same commands like
 
     git submodule foreach "git pull origin master"

Reply via email to