Dear Wiki user,

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

The "StepsForPluginRelease" page has been changed by AndrewGrieve:
https://wiki.apache.org/cordova/StepsForPluginRelease?action=diff&rev1=5&rev2=6

     a. Commit these two changes together to the `dev` branch
  
  {{{
-   git log --no-merges --format="%h %s" dev..master
+   git log --pretty=format:'* %s' --topo-order --no-merges dev..master
    # Copy & paste into CHANGELOG.md
    # Edit version within plugin.xml based off of changes.
    git commit -am "[CB-####] Updated version and changelog for release 
''$VERSION''"

Reply via email to