This is an automated email from the ASF dual-hosted git repository.
wenchen pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 9887cff Add new section "Update the version index of DocSearch" in
release process (#344)
9887cff is described below
commit 9887cff44d787823aaabebd3e45914031bd0f718
Author: Gengliang Wang <[email protected]>
AuthorDate: Wed May 26 13:38:25 2021 +0800
Add new section "Update the version index of DocSearch" in release process
(#344)
* add section
* remove manual update docs/_config.yml
* update
* include changes in site/release-process.html
---
release-process.md | 3 +++
site/release-process.html | 3 +++
2 files changed, 6 insertions(+)
diff --git a/release-process.md b/release-process.md
index 72dcdb4..a295399 100644
--- a/release-process.md
+++ b/release-process.md
@@ -213,6 +213,9 @@ $ git tag v1.1.1 v1.1.1-rc2 # the RC that passed
$ git push apache v1.1.1
```
+<h4>Update the version index of DocSearch</h4>
+In the repository <a
href="https://github.com/algolia/docsearch-configs">algolia/docsearch-configs</a>,
submit a PR to add the new Spark version in <a
href="https://github.com/algolia/docsearch-configs/blob/master/configs/apache_spark.json">apache_spark.json</a>.
+
<h4>Update the Spark Website</h4>
The website repository is located at
diff --git a/site/release-process.html b/site/release-process.html
index 5c17265..d6af6c6 100644
--- a/site/release-process.html
+++ b/site/release-process.html
@@ -406,6 +406,9 @@ anymore, so that the correct links are generated on the
site.</p>
$ git push apache v1.1.1
</code></pre></div></div>
+<h4>Update the version index of DocSearch</h4>
+<p>In the repository <a
href="https://github.com/algolia/docsearch-configs">algolia/docsearch-configs</a>,
submit a PR to add the new Spark version in <a
href="https://github.com/algolia/docsearch-configs/blob/master/configs/apache_spark.json">apache_spark.json</a>.</p>
+
<h4>Update the Spark Website</h4>
<p>The website repository is located at
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]