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=56&rev2=57 For each repository: 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 a previous tag to HEAD i.e if the previous tag was "Foo" (if ambiguous, add a "refs/tags/" prefix to the tag): + a. Grab changes from the previous release until now. {{{#!bash - git shortlog --no-merges Foo..HEAD + 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
