From 27e20dae25218fe8966e3ef1104ce69e688d4eae Mon Sep 17 00:00:00 2001 From: lani_karrot Date: Sat, 7 Mar 2026 16:33:43 +0900 Subject: [PATCH] doc: update release process --- RELEASE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index b5ce316..642dd0e 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -121,4 +121,6 @@ Once you receive at least three +1 binding votes from PMC members and no vetos: 1. **Move to Release**: Move the files from `dist/dev/${PROJECT}/${LANGUAGE}/${VERSION}-RC${RC#rc}` to `dist/release/${PROJECT}/${LANGUAGE}/${VERSION}` via SVN. 2. **Delete Old RCs**: Remove the candidate files from the dev directory. 3. **Promote Tag**: Create a final version tag `v${VERSION}` from the successful `v${CANDIDATE_NAME}` and push. -4. **Announce**: Wait 24 hours for mirrors to sync, then email announce@apache.org. +4. **Create GitHub Release**: Create a new release on GitHub with the tag `v${VERSION}` and link to the release notes. +5. **Announce**: Wait 24 hours for mirrors to sync, then email announce@apache.org. +6. **Update Website**: Update the [Apache DataSketches website](https://github.com/apache/datasketches-website) to reflect the new released version for datasketches-go.