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 dcd7f170d8e2d78174911b7eb2f0348739ae52e2
Author: Adam Monsen <[email protected]>
AuthorDate: Mon Jul 14 15:56:45 2025 -0700

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

diff --git a/fineract-doc/src/docs/en/chapters/release/process-step06.adoc 
b/fineract-doc/src/docs/en/chapters/release/process-step06.adoc
index 6f7ee9f6ad..28c160d531 100644
--- a/fineract-doc/src/docs/en/chapters/release/process-step06.adoc
+++ b/fineract-doc/src/docs/en/chapters/release/process-step06.adoc
@@ -6,10 +6,11 @@ Create source and binary tarballs.
 
 [source,bash,subs="attributes+"]
 ----
-% ./gradlew srcDistTar binaryDistTar
+% ./gradlew --rerun-tasks srcDistTar binaryDistTar <1>
 ----
+<1> The source tarball might not be created if `--rerun-tasks` is omitted.
 
-Look in `fineract-war/build/distributions/` for the tarballs. If one or both 
are missing, try adding `--rerun-tasks` and running that again.
+Look in `fineract-war/build/distributions/` for the tarballs.
 
 Make sure to do some sanity checks. The source tarball and the code in the 
release branch (at the commit with the release tag) should match.
 

Reply via email to