Repository: cordova-coho Updated Branches: refs/heads/master a8a81ccef -> 9741041c1
Another minor markdown tweak for GitHub's sake Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/9741041c Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/9741041c Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/9741041c Branch: refs/heads/master Commit: 9741041c1cf1330619d5d43d9d48619abf4edbce Parents: a8a81cc Author: Andrew Grieve <[email protected]> Authored: Thu Mar 13 11:54:36 2014 -0400 Committer: Andrew Grieve <[email protected]> Committed: Thu Mar 13 11:54:36 2014 -0400 ---------------------------------------------------------------------- docs/cadence-release-process.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/9741041c/docs/cadence-release-process.md ---------------------------------------------------------------------- diff --git a/docs/cadence-release-process.md b/docs/cadence-release-process.md index df938d5..89c44a2 100644 --- a/docs/cadence-release-process.md +++ b/docs/cadence-release-process.md @@ -51,14 +51,13 @@ If the JS ever needs to be re-tagged, rerun the `tag-release` command, and then * TODO: More details needed here 3. For iOS only: * Update [CordovaLib/Classes/CDVAvailability.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVAvailability.h) - * Add a new macro for the new version, e.g. +by adding a new macro for the new version, e.g. #define __CORDOVA_2_1_0 20100 -* * * Update `CORDOVA_VERSION_MIN_REQUIRED` with the latest version macro, e.g. - +and update `CORDOVA_VERSION_MIN_REQUIRED` with the latest version macro, e.g. #ifndef CORDOVA_VERSION_MIN_REQUIRED #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_2_1_0 @@ -290,4 +289,3 @@ Upload it to: https://dist.apache.org/repos/dist/release/cordova/ [Update the versions](https://wiki.apache.org/cordova/UpdatingVersionsOnTheCordovaWebsite) on the Cordova website -
