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 013f245b9a8b4b860a8dc4b8ce43da146b86ee10 Author: Adam Monsen <[email protected]> AuthorDate: Mon Jul 14 15:16:52 2025 -0700 WIP --- fineract-doc/src/docs/en/chapters/release/process-step06.adoc | 6 ++---- 1 file changed, 2 insertions(+), 4 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 9fc38b8d91..6f7ee9f6ad 100644 --- a/fineract-doc/src/docs/en/chapters/release/process-step06.adoc +++ b/fineract-doc/src/docs/en/chapters/release/process-step06.adoc @@ -6,12 +6,10 @@ Create source and binary tarballs. [source,bash,subs="attributes+"] ---- -% ./gradlew build -x test +% ./gradlew srcDistTar binaryDistTar ---- -Look in `fineract-war/build/distributions/` for the tarballs. - -// FIXME - use `gradle --rerun-tasks srcDistTar binaryDistTar` (maybe works w/o --rerun-tasks ?) +Look in `fineract-war/build/distributions/` for the tarballs. If one or both are missing, try adding `--rerun-tasks` and running that again. 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.
