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 8e41ff7 Fix some typo in HowToRelease.md (#35)
8e41ff7 is described below
commit 8e41ff74ff5f0b3cc1f06cdc69b7e25b453219b6
Author: Wei-Ting Chen <[email protected]>
AuthorDate: Wed Dec 4 16:38:19 2024 +0800
Fix some typo in HowToRelease.md (#35)
---
archives/v1.1.1/developers/HowToRelease.md | 8 ++++----
docs/developers/HowToRelease.md | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/archives/v1.1.1/developers/HowToRelease.md
b/archives/v1.1.1/developers/HowToRelease.md
index 9dfb3cc..615cb38 100644
--- a/archives/v1.1.1/developers/HowToRelease.md
+++ b/archives/v1.1.1/developers/HowToRelease.md
@@ -57,7 +57,7 @@ $ gpg --keyserver keyserver.ubuntu.com --send-key xxx
# append the GPG key to the KEYS file the svn repository
# [IMPORTANT] Don't replace the KEYS file, just append the GPG key to the KEYS
file.
-$ svn co https://dist.apache.org/repos/dist/release/incubator/answer/
+$ svn co https://dist.apache.org/repos/dist/release/incubator/gluten/
$ (gpg --list-sigs [email protected] && gpg --export --armor [email protected]) >>
KEYS
$ svn ci -m "add gpg key"
@@ -88,7 +88,7 @@ release-version format: apache-gluten-#.#.#-rc#
$ svn co https://dist.apache.org/repos/dist/dev/incubator/gluten/
$ cp /path/to/release/artifacts/* ./{release-version}/
$ svn add ./{release-version}/*
-$ svn commit -m "add Apache Answer release artifacts for {release-version}"
+$ svn commit -m "add Apache Gluten release artifacts for {release-version}"
```
4. After the upload, please visit the link
`https://dist.apache.org/repos/dist/dev/incubator/gluten/{release-version}` to
verify if the file upload is successful or not.
@@ -208,7 +208,7 @@ Hello,
[ ] Download links are valid.
[ ] Checksums and PGP signatures are valid.
[ ] Source code distributions have correct names matching the current
release.
- [ ] LICENSE and NOTICE files are correct for each Apache Answer repo.
+ [ ] LICENSE and NOTICE files are correct for each Apache Gluten repo.
[ ] All files have license headers if necessary.
[ ] No unlicensed compiled archives bundled in source archive.
@@ -231,7 +231,7 @@ Hello everyone,
The Apache Gluten (Incubating) {release-version} has been released!
Apache Gluten is a Q&A platform software for teams at any scale.
-Whether it's a community forum, help center, or knowledge management platform,
you can always count on Apache Answer.
+Whether it's a community forum, help center, or knowledge management platform,
you can always count on Apache Gluten.
Download Links: https://downloads.apache.org/incubator/gluten/
diff --git a/docs/developers/HowToRelease.md b/docs/developers/HowToRelease.md
index d945e2f..840c1a6 100644
--- a/docs/developers/HowToRelease.md
+++ b/docs/developers/HowToRelease.md
@@ -57,7 +57,7 @@ $ gpg --keyserver keyserver.ubuntu.com --send-key xxx
# append the GPG key to the KEYS file the svn repository
# [IMPORTANT] Don't replace the KEYS file, just append the GPG key to the KEYS
file.
-$ svn co https://dist.apache.org/repos/dist/release/incubator/answer/
+$ svn co https://dist.apache.org/repos/dist/release/incubator/gluten/
$ (gpg --list-sigs [email protected] && gpg --export --armor [email protected]) >>
KEYS
$ svn ci -m "add gpg key"
@@ -88,7 +88,7 @@ release-version format: apache-gluten-#.#.#-rc#
$ svn co https://dist.apache.org/repos/dist/dev/incubator/gluten/
$ cp /path/to/release/artifacts/* ./{release-version}/
$ svn add ./{release-version}/*
-$ svn commit -m "add Apache Answer release artifacts for {release-version}"
+$ svn commit -m "add Apache Gluten release artifacts for {release-version}"
```
4. After the upload, please visit the link
`https://dist.apache.org/repos/dist/dev/incubator/gluten/{release-version}` to
verify if the file upload is successful or not.
@@ -208,7 +208,7 @@ Hello,
[ ] Download links are valid.
[ ] Checksums and PGP signatures are valid.
[ ] Source code distributions have correct names matching the current
release.
- [ ] LICENSE and NOTICE files are correct for each Apache Answer repo.
+ [ ] LICENSE and NOTICE files are correct for each Apache Gluten repo.
[ ] All files have license headers if necessary.
[ ] No unlicensed compiled archives bundled in source archive.
@@ -231,7 +231,7 @@ Hello everyone,
The Apache Gluten (Incubating) {release-version} has been released!
Apache Gluten is a Q&A platform software for teams at any scale.
-Whether it's a community forum, help center, or knowledge management platform,
you can always count on Apache Answer.
+Whether it's a community forum, help center, or knowledge management platform,
you can always count on Apache Gluten.
Download Links: https://downloads.apache.org/incubator/gluten/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]