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

dongjoon-hyun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 5a8d2884a4b9 [SPARK-58031][BUILD][DOC] Update `docs/_config.yml` 
version to 5.0.0-SNAPSHOT
5a8d2884a4b9 is described below

commit 5a8d2884a4b9e975c15a81aa165467ed9df5c8f4
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Jul 8 09:05:03 2026 -0700

    [SPARK-58031][BUILD][DOC] Update `docs/_config.yml` version to 
5.0.0-SNAPSHOT
    
    ### What changes were proposed in this pull request?
    
    This PR updates `SPARK_VERSION` and `SPARK_VERSION_SHORT` in 
`docs/_config.yml` from `4.1.0-SNAPSHOT`/`4.1.0` to `5.0.0-SNAPSHOT`/`5.0.0`.
    
    ### Why are the changes needed?
    
    SPARK-56740 bumped the master branch version to `5.0.0-SNAPSHOT` but missed 
the documentation config. These values are injected into every generated doc 
page (title, version badge, dependency examples), which still show `4.1.0`.
    
    - https://github.com/apache/spark/pull/55703
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Manual review.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: Claude Fable 5
    
    Closes #57114 from dongjoon-hyun/dongjoon/zen-keller-dc26de.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 docs/_config.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/_config.yml b/docs/_config.yml
index 286803a4d191..fdbad35ea500 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -19,8 +19,8 @@ include:
 
 # These allow the documentation to be updated with newer releases
 # of Spark, Scala.
-SPARK_VERSION: 4.1.0-SNAPSHOT
-SPARK_VERSION_SHORT: 4.1.0
+SPARK_VERSION: 5.0.0-SNAPSHOT
+SPARK_VERSION_SHORT: 5.0.0
 SCALA_BINARY_VERSION: "2.13"
 SCALA_VERSION: "2.13.18"
 SPARK_ISSUE_TRACKER_URL: https://issues.apache.org/jira/browse/SPARK


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to