You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/03/13 16:54:59 UTC

git commit: Another minor markdown tweak for GitHub's sake

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 <ag...@chromium.org>
Authored: Thu Mar 13 11:54:36 2014 -0400
Committer: Andrew Grieve <ag...@chromium.org>
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
 
-