You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by Apache Wiki <wi...@apache.org> on 2013/10/26 01:19:17 UTC

[Cordova Wiki] Update of "StepsForPluginRelease" by Steven Gill

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 Steven Gill:
https://wiki.apache.org/cordova/StepsForPluginRelease?action=diff&rev1=10&rev2=11

  
  {{{
    # Add new heading to release notes with version and date (replace VERSION and DATE below)
-   echo -e "\n ### VERSION (DATE)" >> RELEASENOTES.md
+   echo -e "\n ### $VERSION ($DATE)" >> RELEASENOTES.md
    git log --pretty=format:'* %s' --topo-order --no-merges master..dev >> RELEASENOTES.md
    git commit -am "[CB-####] Updated version and RELEASENOTES.md for release ''$VERSION''"
  }}}