Dear Wiki user,

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

The "StepsForToolsRelease" page has been changed by AndrewGrieve:
https://wiki.apache.org/cordova/StepsForToolsRelease?action=diff&rev1=3&rev2=4

  
  {{{
    ./cordova-coho/coho repo-update -r cli -r plugman
-   git log --no-merges --format="%h %s" prev..master
+   git log --no-merges --format="%h %s" latest..master
    # Copy & paste into CHANGELOG.md
    # Edit version within package.json based off of changes.
    git commit -am "[CB-####] Updated version and changelog for release 
''$VERSION''"
@@ -45, +45 @@

  For plugman, and then for CLI:
  {{{
    cd cordova-plugman
-   git tag --force prev
+   git tag --force latest
    git tag $VERSION
    git push --tags
    npm publish .

Reply via email to