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

meonkeys pushed a commit to branch release-doc-fixes
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit e7d67c2003723fc800a59066f3bd7b86f187411e
Author: Adam Monsen <[email protected]>
AuthorDate: Mon Jul 14 12:49:51 2025 -0700

    WIP
---
 fineract-doc/src/docs/en/chapters/release/process-step03.adoc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/fineract-doc/src/docs/en/chapters/release/process-step03.adoc 
b/fineract-doc/src/docs/en/chapters/release/process-step03.adoc
index 2d9ead3d1d..8d43fb0d83 100644
--- a/fineract-doc/src/docs/en/chapters/release/process-step03.adoc
+++ b/fineract-doc/src/docs/en/chapters/release/process-step03.adoc
@@ -22,12 +22,13 @@ You do not need to ask committers to hold off any commits 
until you have branche
 ----
 <1> Check current branch history. HEAD should point to commit that you want to 
be base for your release branch
 
-3. Create a new release branch with name "$Version"
+3. Create a new release branch using the version number
 +
 [source,bash,subs="attributes+,+macros"]
 ----
-% git checkout -b {revnumber}
+% git checkout -b {revnumber} <1>
 ----
+<1> Omit `-SNAPSHOT` if it appears here.
 
 4. Push new branch to Apache Fineract repository
 +

Reply via email to