Skip to content

Commit a8f4a50

Browse files
authored
Merge pull request #143 from proost/doc-update-website-commands
doc: add website commands
2 parents 6d30609 + ea3a30f commit a8f4a50

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

RELEASE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +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.
136+
137+
```bash
138+
cd asf-dist-dev/scripts
139+
./createDownloadsInclude.sh /path/to/datasketches-website
140+
```

0 commit comments

Comments
 (0)