Skip to content

Commit 52c086d

Browse files
authored
HDDS-11709. Simplify post-vote svn instructions (#103)
1 parent f499551 commit 52c086d

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

docs/08-developer-guide/04-project/02-release-guide.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -382,23 +382,12 @@ Once voting is finished, send an email summarizing the results (binding +1s, non
382382
383383
### Publish the Artifacts
384384
385-
You should commit the artifacts to the SVN repository. If you are not a PMC member you can commit it to the dev zone first and ask a PMC for the final move.
386-
387-
Checkout the svn folder and commit the artifacts to a new directory.
388-
389-
```bash
390-
svn checkout https://dist.apache.org/repos/dist/dev/ozone
391-
cd ozone
392-
svn mkdir "$VERSION"
393-
cp "$RELEASE_DIR"/* "$VERSION"/
394-
svn add "$VERSION"/*
395-
svn commit -m "Added ozone-$VERSION directory"
396-
```
397-
398-
PMC members can move it to the final location:
385+
If you are a PMC member, move artifacts in Subversion to the final location, otherwise ask the PMC to do the same:
399386
400387
```bash
401-
svn mv -m "Move ozone-$VERSION to release" https://dist.apache.org/repos/dist/dev/ozone/"$VERSION" https://dist.apache.org/repos/dist/release/ozone/"$VERSION"
388+
svn mv -m "Release ozone-$VERSION-rc$RC as ozone-$VERSION" \
389+
https://dist.apache.org/repos/dist/dev/ozone/"$VERSION-rc$RC" \
390+
https://dist.apache.org/repos/dist/release/ozone/"$VERSION"
402391
```
403392
404393
To publish the artifacts to [Maven Central](https://central.sonatype.com), login to https://repository.apache.org/#stagingRepositories, select your **staging** repository and **release** it.

0 commit comments

Comments
 (0)