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=2&rev2=3

    git log --no-merges --format="%h %s" dev..master
    # Copy & paste into CHANGELOG.md
    # Edit version within plugin.xml based off of changes.
-   git commit -am "Updated version and changelog for release ''$VERSION''"
+   git commit -am "[CB-####] Updated version and changelog for release 
''$VERSION''"
  }}}
  
  
@@ -50, +50 @@

  {{{
    git checkout dev
    # Edit version within plugin.xml by incrementing the micro and adding the 
''-dev'' suffix.
-   git commit -am "Incremented plugin version on dev branch."
+   git commit -am "[CB-####] Incremented plugin version on dev branch."
  }}}
  
  == Test ==

Reply via email to