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
The following commit(s) were added to refs/heads/asf-site by this push:
new 67b86d4 slim down instructions, fix commit log message
67b86d4 is described below
commit 67b86d4c9b148d771beb5d7b65359b221aa345f8
Author: Adam Monsen <[email protected]>
AuthorDate: Tue Jul 14 13:53:31 2026 -0700
slim down instructions, fix commit log message
---
README.md | 3 +--
scripts/generate_docs.py | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index ac77e3c..5caf427 100644
--- a/README.md
+++ b/README.md
@@ -88,8 +88,7 @@ CDN links to point at the site's local `css/` stylesheets
(per Apache project
website requirements). Versions ending in `-SNAPSHOT` are overwritten; released
versions are not.
-It also prepares a suggested commit message referencing the source commit.
-Use it like so:
+It also suggests a commit message. Use it like so:
```bash
git commit -F DOCS-LOG-MESSAGE
diff --git a/scripts/generate_docs.py b/scripts/generate_docs.py
index bcd878b..4be9019 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`"
+ "added here using the `fineract-site docs` tool"
)
COMMIT_MESSAGE_PATH.write_text(message, encoding="utf-8")