Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cordova Wiki" for 
change notification.

The "CuttingReleases" page has been changed by AndrewGrieve:
https://wiki.apache.org/cordova/CuttingReleases?action=diff&rev1=57&rev2=58

   1. Update RELEASENOTES.md (if the file is missing, use the iOS one as a 
reference: [[https://github.com/apache/cordova-ios/blob/master/RELEASENOTES.md 
| RELEASENOTES.md]])
      a. Grab changes from the previous release until now. 
         {{{#!bash
-           git log --pretty=format:'* %s' --topo-order --no-merges 
origin/RELEASE_BRANCH...master
+           git log --pretty=format:'* %s' --topo-order --no-merges 
origin/RELEASE_BRANCH..master
         }}} 
      a. Edit the commit logs - don't add the commits verbatim, usually they 
are meaningless to the user. Only show the ones relevant for the user (fixes, 
new features)
      a. Put the edited logs into a new section for the new version with a date 
(YYYYMMDD) in parentheses, and follow the previous formats

Reply via email to