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 2017/12/05 02:09:58 UTC

[GitHub] sijie commented on a change in pull request #811: Issue 805: some fix in release_guide.md

sijie commented on a change in pull request #811: Issue 805: some fix in release_guide.md
URL: https://github.com/apache/bookkeeper/pull/811#discussion_r154830328
 
 

 ##########
 File path: site/community/release_guide.md
 ##########
 @@ -303,7 +303,7 @@ Use Maven release plugin to stage these artifacts on the Apache Nexus repository
     mvn release:perform [-DdryRun] [-Darguments="-Dmaven.javadoc.skip=true -DskipTests=true"] [-Dresume=true]
 
 > If `release:perform` failed, 
-> delete the release tag: git tag -d ${VERSION} && git push apache :refs/tags/${VERSION}
+> delete the release tag: git tag -d release-${VERSION} && git push apache :refs/tags/release-${VERSION}
 
 Review comment:
   ${TAG} is `release-${VERSION}`. you can change it to `git tag -d ${TAG} && git push apache :refs/tags/${TAG}`.

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