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 77b5475f684b117757bf0265f60e279af39646a6 Author: Adam Monsen <[email protected]> AuthorDate: Mon Jul 14 12:47:32 2025 -0700 WIP --- fineract-doc/src/docs/en/chapters/release/process-step05.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fineract-doc/src/docs/en/chapters/release/process-step05.adoc b/fineract-doc/src/docs/en/chapters/release/process-step05.adoc index 844434ede0..efaf2b2ceb 100644 --- a/fineract-doc/src/docs/en/chapters/release/process-step05.adoc +++ b/fineract-doc/src/docs/en/chapters/release/process-step05.adoc @@ -4,6 +4,10 @@ Next, you create a git tag from the HEAD of the release's git branch. +// FIXME - would, e.g. `maintenance/1.12` be a better branch name? shouldn't matter because it is temporary +// FIXME - maybe add explicit advice to omit `-SNAPSHOT`? +// FIXME - integrationTests doesn't likely work, maybe just build? + [source,bash,subs="attributes+,+macros"] ---- % git checkout {revnumber}
