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/04 14:25:07 UTC

[GitHub] jiazhai opened a new issue #805: while release 4.6.0, meet some errors in release_guide.md

jiazhai opened a new issue #805: while release 4.6.0, meet some errors in release_guide.md
URL: https://github.com/apache/bookkeeper/issues/805
 
 
   during preparing release 4.6.0, there was some errors meet,
   1, 
   `git tag -d ${VERSION} && git push apache :refs/tags/${VERSION}`
   should be
   `git tag -d release-${VERSION} && git push apache :refs/tags/release-${VERSION}`
   
   2, .m2/settings.xml may not enough for  "Apache Nexus repository" setting.
   

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