This is an automated email from the ASF dual-hosted git repository.
clolov pushed a commit to branch 4.2
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/4.2 by this push:
new 6e44b874aee MINOR: remove templateData.js in release.py
6e44b874aee is described below
commit 6e44b874aeea8143b8dc1c4e1f4be5df4dac23b7
Author: Christo <[email protected]>
AuthorDate: Mon Jan 19 11:03:44 2026 +0000
MINOR: remove templateData.js in release.py
---
release/release.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/release/release.py b/release/release.py
index 2620d449f8a..7baf25a1b53 100644
--- a/release/release.py
+++ b/release/release.py
@@ -295,8 +295,6 @@
textfiles.replace(f"{repo_dir}/streams/quickstart/java/src/main/resources/archet
print("Updating ducktape version.py")
textfiles.replace(f"{repo_dir}/tests/kafkatest/version.py", "^DEV_VERSION =.*",
f"DEV_VERSION = KafkaVersion(\"{release_version}-SNAPSHOT\")", regex=True)
-print("Updating docs templateData.js")
-textfiles.replace(f"{repo_dir}/docs/js/templateData.js", "-SNAPSHOT", "",
regex=True)
git.commit(f"Bump version to {release_version}")
git.create_tag(rc_tag)
git.switch_branch(starting_branch)