This is an automated email from the ASF dual-hosted git repository.

meonkeys pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/fineract-site.git

commit ca22bdf0a10c3d87693cb66f9bf474f2c2cc2aa1
Author: Adam Monsen <[email protected]>
AuthorDate: Fri Jul 17 13:56:11 2026 -0700

    improve auto commit log message wording
---
 scripts/generate_docs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/generate_docs.py b/scripts/generate_docs.py
index 4be9019..9bff431 100644
--- a/scripts/generate_docs.py
+++ b/scripts/generate_docs.py
@@ -104,7 +104,7 @@ def write_commit_message(version, commit_hash):
         "docs built with `./gradlew asciidoctor` from "
         f"https://github.com/apache/fineract/commit/{commit_hash}\n";
         "\n"
-        "added here using the `fineract-site docs` tool"
+        "change made with `fineract-site docs`"
     )
     COMMIT_MESSAGE_PATH.write_text(message, encoding="utf-8")
 

Reply via email to