This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-4.1 by this push:
new 21ff6457ac7e [SPARK-55599][BUILD] Replaces dots to hyphens in release
announcement pages
21ff6457ac7e is described below
commit 21ff6457ac7ec38ca0b821f4fe4de6bd56ef3d2d
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Thu Feb 19 08:47:26 2026 +0900
[SPARK-55599][BUILD] Replaces dots to hyphens in release announcement pages
### What changes were proposed in this pull request?
This PR proposes to fix the file name back to with hyphens, see
```
[TXT] | spark-release-4-0-0.html | 2026-02-10 09:21 | 134K |
-- | -- | -- | -- | --
| spark-release-4-0-1.html | 2026-02-10 09:21 | 25K |
| spark-release-4-0-2.html | 2026-02-10 09:21 | 11K |
| spark-release-4.1.0.html | 2026-02-10 09:21 | 69K |
[TXT]
[spark-release-4-0-0.html](https://spark.apache.org/releases/spark-release-4-0-0.html)
2026-02-10 09:21 134K
[TXT]
[spark-release-4-0-1.html](https://spark.apache.org/releases/spark-release-4-0-1.html)
2026-02-10 09:21 25K
[TXT]
[spark-release-4-0-2.html](https://spark.apache.org/releases/spark-release-4-0-2.html)
2026-02-10 09:21 11K
[TXT]
[spark-release-4.1.0.html](https://spark.apache.org/releases/spark-release-4.1.0.html)
2026-02-10 09:21 69K
```
at https://spark.apache.org/releases/
### Why are the changes needed?
For consistency.
### Does this PR introduce _any_ user-facing change?
Virtually no.
### How was this patch tested?
Will be tested in the next release. Also manually tested.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #54372 from HyukjinKwon/SPARK-55599.
Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
(cherry picked from commit c78b1a1574b0c3747c47502f286de540e5c4ee41)
Signed-off-by: Hyukjin Kwon <[email protected]>
---
dev/create-release/release-build.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/create-release/release-build.sh
b/dev/create-release/release-build.sh
index d4099a9563ae..1a80191cba4b 100755
--- a/dev/create-release/release-build.sh
+++ b/dev/create-release/release-build.sh
@@ -344,7 +344,7 @@ meta:
_edit_last: '4'
_wpas_done_all: '1'
---
-We are happy to announce the availability of <a
href="{{site.baseurl}}/releases/spark-release-${RELEASE_VERSION}.html"
title="Spark Release ${RELEASE_VERSION}">Apache Spark ${RELEASE_VERSION}</a>!
Visit the <a
href="{{site.baseurl}}/releases/spark-release-${RELEASE_VERSION}.html"
title="Spark Release ${RELEASE_VERSION}">release notes</a> to read about the
new features, or <a href="{{site.baseurl}}/downloads.html">download</a> the
release today.
+We are happy to announce the availability of <a
href="{{site.baseurl}}/releases/spark-release-${RELEASE_VERSION//./-}.html"
title="Spark Release ${RELEASE_VERSION}">Apache Spark ${RELEASE_VERSION}</a>!
Visit the <a
href="{{site.baseurl}}/releases/spark-release-${RELEASE_VERSION//./-}.html"
title="Spark Release ${RELEASE_VERSION}">release notes</a> to read about the
new features, or <a href="{{site.baseurl}}/downloads.html">download</a> the
release today.
EOF
fi
@@ -402,7 +402,7 @@ You can find the list of resolved issues and detailed
changes in the [JIRA relea
We would like to acknowledge all community members for contributing
${ACKNOWLEDGE}"
-
FILENAME="releases/_posts/${RELEASE_DATE}-spark-release-${RELEASE_VERSION}.md"
+
FILENAME="releases/_posts/${RELEASE_DATE}-spark-release-${RELEASE_VERSION//./-}.md"
mkdir -p releases/_posts
cat > "$FILENAME" <<EOF
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]