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:02:42 UTC

[GitHub] jiazhai opened a new pull request #811: Issue 805: some fix in release_guide.md

jiazhai opened a new pull request #811: Issue 805: some fix in release_guide.md
URL: https://github.com/apache/bookkeeper/pull/811
 
 
   Descriptions of the changes in this PR:
   
   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 take effect for "Apache Nexus repository" setting, it may be not your "global settings file"
   
   > ---
   > Be sure to do all of the following to help us incorporate your contribution
   > quickly and easily:
   > - [x] Make sure the PR title is formatted like:
   >     `<Issue # or BOOKKEEPER-#>: Description of pull request`
   >     `e.g. Issue 123: Description ...`
   >     `e.g. BOOKKEEPER-1234: Description ...`
   > - [x] Make sure tests pass via `mvn clean apache-rat:check install findbugs:check`.
   > - [x] Replace `<Issue # or BOOKKEEPER-#>` in the title with the actual Issue/JIRA number.
   > 
   > ---
   

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