You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/01/28 01:41:26 UTC

[GitHub] erisu commented on issue #639: Release notes for 7.1.x are missing

erisu commented on issue #639: Release notes for 7.1.x are missing
URL: https://github.com/apache/cordova-android/issues/639#issuecomment-457975036
 
 
   Per documentation:
   
   >## Special Case 1: Release notes in release branch for patch release
   > If you have prepared the release notes in your release branch for a patch release, **you will have to cherry-pick the RELEASENOTES only into your master branch as well (stage only the appropriate chunk).**
   > 
   > ```
   > git checkout master
   > git checkout -p RELEASENOTES_COMMIT_SHA_HASH
   > ```
   > For iOS, you may have to cherry-pick the commit for Added X.Y.Z to CDVAvailability.h (via coho) into the master branch as well.
   
   Especially note the bolded line. Master should contain the release notes as well. It need to be cherry picked from the release branch.
   
   https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md#special-case-1-release-notes-in-release-branch-for-patch-release

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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org