This is an automated email from the ASF dual-hosted git repository.
weitingchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten-site.git
The following commit(s) were added to refs/heads/main by this push:
new fd0bfe2 update Gluten 1.2.1 release & the release steps (#38)
fd0bfe2 is described below
commit fd0bfe2b9cae39f54f04e4f3507e1fbad02355e5
Author: Wei-Ting Chen <[email protected]>
AuthorDate: Mon Dec 23 17:58:31 2024 +0800
update Gluten 1.2.1 release & the release steps (#38)
---
docs/developers/HowToRelease.md | 8 +++++++-
downloads.md | 1 +
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/docs/developers/HowToRelease.md b/docs/developers/HowToRelease.md
index 840c1a6..c13ed7d 100644
--- a/docs/developers/HowToRelease.md
+++ b/docs/developers/HowToRelease.md
@@ -220,7 +220,6 @@ Thanks,
<YOUR NAME>
```
-
### Announce the results and the release.
@@ -247,3 +246,10 @@ Thanks,
<YOUR NAME>
```
+
+### Migrate candidate to the release Apache SVN
+
+After the vote has passed, you need to migrate the RC build release to an
official release by moving the artifacts from Apache SVN's dev directory to the
release directory. Please follow the steps below to upload the artifacts:
+```
+$ svn mv
https://dist.apache.org/repos/dist/dev/incubator/gluten/{release-version}
https://dist.apache.org/repos/dist/release/incubator/gluten/{release-version}
-m "transfer packages for gluten {release-version}"
+```
diff --git a/downloads.md b/downloads.md
index cd6d96d..e49ced9 100644
--- a/downloads.md
+++ b/downloads.md
@@ -25,6 +25,7 @@ For the best performance and platform support, we recommend
compiling from sourc
| Version | Date | Source | Binary | Release Notes |
|---------|------|--------|--------|---------------|
+| 1.2.1 | Dec. 12 2024 |
[source](https://www.apache.org/dyn/closer.lua/incubator/gluten/1.2.1-incubating/apache-gluten-1.2.1-incubating-src.tar.gz)([sha512](https://www.apache.org/dyn/closer.lua/incubator/gluten/1.2.1-incubating/apache-gluten-1.2.1-incubating-src.tar.gz.sha512),[signature](https://www.apache.org/dyn/closer.lua/incubator/gluten/1.2.1-incubating/apache-gluten-1.2.1-incubating-src.tar.gz.asc))
|
[spark32-binary](https://www.apache.org/dyn/closer.lua/incubator/gluten/1.2.1-
[...]
| 1.2.0 | Sept. 3 2024 |
[source](https://www.apache.org/dyn/closer.lua/incubator/gluten/1.2.0-incubating/apache-gluten-1.2.0-incubating-src.tar.gz)([sha512](https://www.apache.org/dyn/closer.lua/incubator/gluten/1.2.0-incubating/apache-gluten-1.2.0-incubating-src.tar.gz.sha512),[signature](https://www.apache.org/dyn/closer.lua/incubator/gluten/1.2.0-incubating/apache-gluten-1.2.0-incubating-src.tar.gz.asc))
|
[spark32-binary](https://www.apache.org/dyn/closer.lua/incubator/gluten/1.2.0-
[...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]