Skip to content

Commit

Permalink
[Doc] add KEYS to downloads.apache.org (#6581)
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhliu authored Oct 1, 2020
1 parent 8f64286 commit b553bb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/contribute/release_process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ The last step is to update the KEYS file with your code signing key https://www.
cd svn-tvm
# edit KEYS file
svn ci --username $ASF_USERNAME --password "$ASF_PASSWORD" -m "Update KEYS"
# update downloads.apache.org
svn rm --username $ASF_USERNAME --password "$ASF_PASSWORD" https://dist.apache.org/repos/dist/release/incubator/tvm/KEYS -m "Update KEYS"
svn cp --username $ASF_USERNAME --password "$ASF_PASSWORD" https://dist.apache.org/repos/dist/dev/incubator/tvm/KEYS https://dist.apache.org/repos/dist/release/incubator/tvm/ -m "Update KEYS"
Cut a Release Candidate
Expand Down

0 comments on commit b553bb7

Please sign in to comment.