Skip to content

Commit 769bdca

Browse files
Merge pull request #136 from proost/doc-update-release-process
doc: update release process
2 parents 97bb825 + 27e20da commit 769bdca

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

RELEASE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,6 @@ Once you receive at least three +1 binding votes from PMC members and no vetos:
121121
1. **Move to Release**: Move the files from `dist/dev/${PROJECT}/${LANGUAGE}/${VERSION}-RC${RC#rc}` to `dist/release/${PROJECT}/${LANGUAGE}/${VERSION}` via SVN.
122122
2. **Delete Old RCs**: Remove the candidate files from the dev directory.
123123
3. **Promote Tag**: Create a final version tag `v${VERSION}` from the successful `v${CANDIDATE_NAME}` and push.
124-
4. **Announce**: Wait 24 hours for mirrors to sync, then email announce@apache.org.
124+
4. **Create GitHub Release**: Create a new release on GitHub with the tag `v${VERSION}` and link to the release notes.
125+
5. **Announce**: Wait 24 hours for mirrors to sync, then email announce@apache.org.
126+
6. **Update Website**: Update the [Apache DataSketches website](https://github.com/apache/datasketches-website) to reflect the new released version for datasketches-go.

0 commit comments

Comments
 (0)