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=58&rev2=59 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 + # Changes: git log --pretty=format:'* %s' --topo-order --no-merges origin/RELEASE_BRANCH..master + # Commit count: + git log --pretty=format:'* %s' --topo-order --no-merges origin/RELEASE_BRANCH..master | wc -l + # Author Count: + git log --pretty=format:'%an' --topo-order --no-merges origin/RELEASE_BRANCH..master | sort | uniq | wc -l }}} 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
