This is an automated email from the ASF dual-hosted git repository.
weibin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar-website.git
The following commit(s) were added to refs/heads/main by this push:
new f2ab0e3 Fix the wrong project link and name (#19)
f2ab0e3 is described below
commit f2ab0e342ad9eb95fffad6d4765d52c9b7c849aa
Author: Weibin Zeng <[email protected]>
AuthorDate: Fri Jun 7 11:59:25 2024 +0800
Fix the wrong project link and name (#19)
---
community/committers/release.md | 2 +-
community/committers/verify.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/community/committers/release.md b/community/committers/release.md
index 5dca493..e4ae4aa 100644
--- a/community/committers/release.md
+++ b/community/committers/release.md
@@ -444,7 +444,7 @@ git push origin ${graphar_version}
### Publish artifacts to SVN RELEASE branch
```shell
-svn mv
https://dist.apache.org/repos/dist/dev/incubator/graphar/${release_version}
https://dist.apache.org/repos/dist/release/incubator/graphar/${opendal_version}
-m "Release ${opendal_version}"
+svn mv
https://dist.apache.org/repos/dist/dev/incubator/graphar/${release_version}
https://dist.apache.org/repos/dist/release/incubator/graphar/${graphar_version}
-m "Release ${graphar_version}"
```
### Create a GitHub Release
diff --git a/community/committers/verify.md b/community/committers/verify.md
index e5230fc..0bfefbb 100644
--- a/community/committers/verify.md
+++ b/community/committers/verify.md
@@ -123,7 +123,7 @@ check as follows:
You can refer to this article: [ASF Third Party License
Policy](https://apache.org/legal/resolved.html)
-compile the source code: [Build HertzBeat Binary
Package](https://hertzbeat.apache.org/docs/community/development/#build-hertzbeat-binary-package)
+compile the source code: [How to build
GraphAr](https://graphar.apache.org/community/development)
## 3. Email reply
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]