This is an automated email from the ASF dual-hosted git repository. adamsaghy pushed a commit to branch release/1.13.1 in repository https://gitbox.apache.org/repos/asf/fineract.git
commit ca5b820c7c140a34164c6d2b5fa5c3c0fdd8475b Author: Adam Monsen <[email protected]> AuthorDate: Tue Oct 7 11:15:51 2025 -0700 improve release branch email template * fix typos * simplify * adapt to how I use this today, including explicit branch name --- .../src/main/resources/email/release.step03.branch.message.ftl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/buildSrc/src/main/resources/email/release.step03.branch.message.ftl b/buildSrc/src/main/resources/email/release.step03.branch.message.ftl index a6f3667b25..bcc15a15f6 100644 --- a/buildSrc/src/main/resources/email/release.step03.branch.message.ftl +++ b/buildSrc/src/main/resources/email/release.step03.branch.message.ftl @@ -20,13 +20,13 @@ --> Hello everyone, -... as previously announced, I've just created the release branch for our upcoming ${project['fineract.release.version']} release. +... as previously announced, I've created the branch for our upcoming ${project['fineract.release.version']} release. The branch name is release/${project['fineract.release.version']}. -You can continue working and merging PRs to the develop branch for future releases, as always. +You can continue working and merging PRs into the develop branch for future releases, as always. -The DRAFT release notes are on https://cwiki.apache.org/confluence/display/FINERACT/${project['fineract.release.version']}+-+Apache+Fineract . Does anyone see anything missing? +I started the DRAFT release notes at https://cwiki.apache.org/confluence/display/FINERACT/${project['fineract.release.version']}+-+Apache+Fineract . Please help me by filling in "Summary of changes". Does anyone see anything else missing? -Does anyone have any last minutes changes they would like to see cherry-picked to branch ${project['fineract.release.version']}, or are we good go and actually cut the release based on this branch as it is? +Does anyone have any last minute changes for the release branch, or are we good to go and actually cut the release based on this branch as it is? I'll initiate the final stage of actually creating the release on ${project['fineract.release.date']} if nobody objects.
