Aman-Mittal commented on code in PR #6123:
URL: https://github.com/apache/fineract/pull/6123#discussion_r3568056619


##########
fineract-doc/src/docs/en/chapters/release/process-step05.adoc:
##########
@@ -6,12 +6,12 @@ Next, you create a git tag from the HEAD of the release's git 
branch.
 
 [source,bash,subs="attributes+,+macros"]
 ----
-git checkout -b release/{revnumber} <1>
-git tag -a {revnumber} -m "Fineract {revnumber} release" -s <2>
-git push origin tag {revnumber}
+git switch -c release/{revnumber} <1>

Review Comment:
   While this is not wrong but need to mention that git switch requires Git 
2.23+
   
   Maybe Majority are using newer git but need to inform users in this.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to