This is an automated email from the ASF dual-hosted git repository. yao 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 174bd0f932 Correct the directory for generate-contributors/translate-contributors.py (#536) 174bd0f932 is described below commit 174bd0f932638bf38637382a3103d4ecb4800126 Author: Kent Yao <y...@apache.org> AuthorDate: Tue Jul 23 10:02:21 2024 +0800 Correct the directory for generate-contributors/translate-contributors.py (#536) --- release-process.md | 2 +- site/release-process.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/release-process.md b/release-process.md index 57fed2fde7..81f7042d3d 100644 --- a/release-process.md +++ b/release-process.md @@ -395,7 +395,7 @@ warnings about author names not being properly translated. To fix this, run which fetches potential replacements from GitHub and JIRA. For instance: ``` -$ cd release-spark/dev/create-release +$ cd dev/create-release # Set RELEASE_TAG and PREVIOUS_RELEASE_TAG $ export RELEASE_TAG=v1.1.1 $ export PREVIOUS_RELEASE_TAG=v1.1.0 diff --git a/site/release-process.html b/site/release-process.html index 9b1ba6bc5a..40acc2410f 100644 --- a/site/release-process.html +++ b/site/release-process.html @@ -535,7 +535,7 @@ warnings about author names not being properly translated. To fix this, run <a href="https://github.com/apache/spark/blob/branch-1.1/dev/create-release/translate-contributors.py">this other script</a>, which fetches potential replacements from GitHub and JIRA. For instance:</p> -<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ cd release-spark/dev/create-release +<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ cd dev/create-release # Set RELEASE_TAG and PREVIOUS_RELEASE_TAG $ export RELEASE_TAG=v1.1.1 $ export PREVIOUS_RELEASE_TAG=v1.1.0 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org