You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/05/29 08:41:21 UTC

[GitHub] sijie commented on a change in pull request #1451: Update release procedure to use candidate tags for voting

sijie commented on a change in pull request #1451: Update release procedure to use candidate tags for voting
URL: https://github.com/apache/bookkeeper/pull/1451#discussion_r191344751
 
 

 ##########
 File path: site/community/release_guide.md
 ##########
 @@ -445,6 +446,24 @@ Copy the source release from the `dev` repository to the `release` repository at
 
     svn move https://dist.apache.org/repos/dist/dev/bookkeeper/bookkeeper-${VERSION}-rc${RC_NUM} https://dist.apache.org/repos/dist/release/bookkeeper/bookkeeper-${VERSION}
 
+### Git tag
+
+Create and push a new signed for the released version by copying the tag for the final release tag, as follows
+
+```shell
+git tag -s "${TAG}" "${RC_TAG}"
+git push apache "${TAG}"
+```
+
+Remove rc tags:
 
 Review comment:
   candidates are temporary. once the final candidate is approved, there is no really need for keeping those candidates around. It is same as we removing the candidate binary distributions. so prefer to remove them as how we clean up the binary distributions from dist.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services