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 0f5956d3d727efbae366ef235ca53b61f6c81ec4 Author: Adam Monsen <[email protected]> AuthorDate: Mon Jul 14 14:14:21 2025 -0700 WIP --- fineract-doc/src/docs/en/chapters/release/process-step06.adoc | 2 ++ 1 file changed, 2 insertions(+) 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 a41d7488d5..9fc38b8d91 100644 --- a/fineract-doc/src/docs/en/chapters/release/process-step06.adoc +++ b/fineract-doc/src/docs/en/chapters/release/process-step06.adoc @@ -11,6 +11,8 @@ Create source and binary tarballs. Look in `fineract-war/build/distributions/` for the tarballs. +// FIXME - use `gradle --rerun-tasks srcDistTar binaryDistTar` (maybe works w/o --rerun-tasks ?) + 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. [source,bash,subs="attributes+"]
