Skip to content

Commit ea3a30f

Browse files
committed
doc: update deleteing old RCs commands
1 parent a959f04 commit ea3a30f

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

RELEASE.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,21 @@ Once you receive at least three +1 binding votes from PMC members and no vetos:
120120

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.
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+
123132
3. **Promote Tag**: Create a final version tag `v${VERSION}` from the successful `v${CANDIDATE_NAME}` and push.
124133
4. **Create GitHub Release**: Create a new release on GitHub with the tag `v${VERSION}` and link to the release notes.
125134
5. **Announce**: Wait 24 hours for mirrors to sync, then email announce@apache.org.
126135
6. **Update Website**: Update the [Apache DataSketches website](https://github.com/apache/datasketches-website) to reflect the new released version for datasketches-go.
127-
```
136+
137+
```bash
128138
cd asf-dist-dev/scripts
129139
./createDownloadsInclude.sh /path/to/datasketches-website
130140
```

0 commit comments

Comments
 (0)