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 e1f31de Fix the release guide (#24)
e1f31de is described below
commit e1f31debbeb4001cb36374c233630c09fa860840
Author: Weibin Zeng <[email protected]>
AuthorDate: Tue Jul 2 14:26:36 2024 +0800
Fix the release guide (#24)
Signed-off-by: acezen <[email protected]>
---
community/committers/release.md | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
diff --git a/community/committers/release.md b/community/committers/release.md
index 77a6f73..3e27134 100644
--- a/community/committers/release.md
+++ b/community/committers/release.md
@@ -428,7 +428,7 @@ We will proceed with publishing the approved artifacts and
sending out the annou
# Checkout the tags that passed VOTE
git checkout ${release_version}
# Tag with the graphar version
-git tag -s ${graphar_version}
+git tag -a ${graphar_version}
# Push tags to GitHub to trigger releases
git push origin ${graphar_version}
```
@@ -450,12 +450,10 @@ svn mv
https://dist.apache.org/repos/dist/dev/incubator/graphar/${release_versio
### Send the announcement
-Send the release announcement to `[email protected]` and CC
`[email protected]`.
+Send the release announcement to `[email protected]` and CC
`[email protected]`.
> Tips: Please follow the [Committer
> Email](https://infra.apache.org/committer-email.html) guide to make sure you
> have already set up the email SMTP. Otherwise, your email cannot be sent to
> the announcement mailing list.
-Instead of adding breaking changes, let's include the new features as "notable
changes" in the announcement.
-
Title:
```
@@ -470,13 +468,8 @@ Hi all,
The Apache GraphAr(incubating) community is pleased to announce
that Apache GraphAr(incubating) ${graphar_version} has been released!
-GraphAr is a data access layer that allows users to easily and efficiently
-retrieve data from various storage services in a unified way.
-
-The notable changes since ${graphar_version} include:
-1. xxxxx
-2. yyyyyy
-3. zzzzzz
+GraphAr is An open source, standard data file format for graph data storage
+and retrieval.
Please refer to the change log for the complete list of changes:
https://github.com/apache/incubator-graphar/releases/tag/v${graphar_version}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]