You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Shazron Abdullah (Updated) (JIRA)" <ji...@apache.org> on 2012/03/20 23:45:53 UTC

[jira] [Updated] (CB-273) How to update the iOS Cordova version

     [ https://issues.apache.org/jira/browse/CB-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah updated CB-273:
--------------------------------

    Description: 
1. Update the VERSION file in the CordovaLib folder (use semantic versioning)
2. Update the Release Notes in CordovaInstaller/docs/releasenotes.md (in Markdown format) - add a section for the new version, follow the previous formats
3. Update CordovaLib/Classes/CDVAvailability.h - added a new macro for the new version, and update CORDOVA_VERSION_MIN_REQUIRED with the latest version macro
4. Compile the tagged cordova-js for this version (cordova.ios.js) from the cordova-js project, and put the file in the "CordovaLib/javascript" folder
4. Commit your changes
5. Tag the repo

  was:
1. Update the VERSION file in the CordovaLib folder (use semantic versioning)
2. Update the Release Notes in CordovaInstaller/docs/releasenotes.md (in Markdown format) - add a section for the new version, follow the previous formats
3. Update CordovaLib/Classes/CDVAvailability.h - added a new macro for the new version, and update CORDOVA_VERSION_MIN_REQUIRED with the latest version macro
4. Commit your changes
5. Tag the repo

    
> How to update the iOS Cordova version
> -------------------------------------
>
>                 Key: CB-273
>                 URL: https://issues.apache.org/jira/browse/CB-273
>             Project: Apache Callback
>          Issue Type: Test
>          Components: iOS
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>            Priority: Critical
>              Labels: versioning
>
> 1. Update the VERSION file in the CordovaLib folder (use semantic versioning)
> 2. Update the Release Notes in CordovaInstaller/docs/releasenotes.md (in Markdown format) - add a section for the new version, follow the previous formats
> 3. Update CordovaLib/Classes/CDVAvailability.h - added a new macro for the new version, and update CORDOVA_VERSION_MIN_REQUIRED with the latest version macro
> 4. Compile the tagged cordova-js for this version (cordova.ios.js) from the cordova-js project, and put the file in the "CordovaLib/javascript" folder
> 4. Commit your changes
> 5. Tag the repo

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira