ivankelly 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_r191331421
 
 

 ##########
 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:
   I would leave them. It can sometimes be useful to see the diffs between 
candidates.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to