diff --git a/release-process.md b/release-process.md index a98dc802880..a5a609e0701 100644 --- a/release-process.md +++ b/release-process.md @@ -46,6 +46,8 @@ Maven when cutting the release. Note that there are a few exceptions that should - **Spark REPLs**. Look for the Spark ASCII art in `SparkILoopInit.scala` for the Scala shell and in `shell.py` for the Python REPL. - **Docs**. Search for VERSION in `docs/_config.yml` +- **PySpark**. Search for `__version__` in `python/pyspark/version.py` +- **SparkR**. Search for `Version` in `R/pkg/DESCRIPTION` Finally, update `CHANGES.txt` with this script in the Spark repository. `CHANGES.txt` captures all the patches that have made it into this release candidate since the last release. diff --git a/site/release-process.html b/site/release-process.html index cae0646bc65..2a4bcdc661f 100644 --- a/site/release-process.html +++ b/site/release-process.html @@ -245,6 +245,8 @@
SparkILoopInit.scala for the Scala shell
and in shell.py for the Python REPL.docs/_config.yml__version__ in python/pyspark/version.pyVersion in R/pkg/DESCRIPTIONFinally, update CHANGES.txt with this script in the Spark repository. CHANGES.txt captures