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=52&rev2=53

  
   1. Run [[http://creadur.apache.org/rat/ | Apache RAT]] to ensure copyright 
headers are present
     * `./cordova-coho/coho audit-license-headers -r android | less`
-  1. Update the tool to look for new version (TODO how?)
+  1. Update the tool to look for new version '''(TODO how?)'''
  
  === Creating the release branch ===
  
+ Refer to StepsForToolsRelease for how to update RELEASENOTES.md and to add 
the `next` tag.
- This step involves:
-  * Updating version numbers
-  * Creating release branches
-  * Creating git tags
  
- Coho automates these steps:
- 
  {{{#!bash
+ # Edit package.json's version number.
  ./cordova-coho/coho prepare-release-branch --version 2.8.0-0.5.4-rc1 -r cli
  ./cordova-coho/coho repo-status -r cli -b master -b 2.8.x
  # If changes look right:
  ./cordova-coho/coho repo-push -r cli -b master -b 2.8.x
  }}}
+ 
  
  == Testing & Documentation ==
  
@@ -219, +216 @@

     * Repository README.md explains 
[[https://github.com/apache/cordova-labs/tree/redirect-docs-cordova-io#usage|How
 to update the HTTP redirect]]
     * Nodejitsu is limited to one deployer, so Michael Brooks is currently the 
point of contact.
  
+ === Push CLI to npm ===
+ 
+ Refer to StepsForToolsRelease
+ 
  === Tell JIRA it's Released ===
  
   * Visit 
[[https://issues.apache.org/jira/plugins/servlet/project-config/CB/versions]]

Reply via email to