You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,21 @@ Once you receive at least three +1 binding votes from PMC members and no vetos:
120
120
121
121
1.**Move to Release**: Move the files from `dist/dev/${PROJECT}/${LANGUAGE}/${VERSION}-RC${RC#rc}` to `dist/release/${PROJECT}/${LANGUAGE}/${VERSION}` via SVN.
122
122
2.**Delete Old RCs**: Remove the candidate files from the dev directory.
123
+
124
+
```bash
125
+
cd asf-dist-dev
126
+
127
+
svn rm "${LANGUAGE}/${VERSION}-RC"*
128
+
129
+
svn commit -m "Remove ${LANGUAGE}${VERSION} release candidates from dev dist"
130
+
```
131
+
123
132
3.**Promote Tag**: Create a final version tag `v${VERSION}` from the successful `v${CANDIDATE_NAME}` and push.
124
133
4.**Create GitHub Release**: Create a new release on GitHub with the tag `v${VERSION}` and link to the release notes.
125
134
5.**Announce**: Wait 24 hours for mirrors to sync, then email announce@apache.org.
126
135
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