Skip to content

Commit

Permalink
fix Publish artifacts to SVN Release directory
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang committed Apr 18, 2024
1 parent 356d0cf commit 1f7652b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/community/how_to_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,12 +449,12 @@ Address the raised issues, then bump `rc_version` and file a new vote again.
## Official Release
### Publish artifacts to SVN Release branch
### Publish artifacts to SVN Release Directory
- release_version: the release version for fury, like 0.5.0
- release_candidate_version: the version for voting, like 0.5.0-rc1
```bash
svn mv https://dist.apache.org/repos/dist/dev/incubator/fury/${release_version}-${rc_version} https://dist.apache.org/repos/dist/release/incubator/fury/${release_version}-${rc_version} -m "Release fury ${release_version}"
svn mv https://dist.apache.org/repos/dist/dev/incubator/fury/${release_version}-${rc_version} https://dist.apache.org/repos/dist/release/incubator/fury/${release_version} -m "Release fury ${release_version}"
```
### Change Fury Website download link
Expand Down

0 comments on commit 1f7652b

Please sign in to comment.