You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/09/08 15:54:25 UTC

git commit: clarify instructions on bumping versions in cordova-lib's platforms.js

Repository: cordova-coho
Updated Branches:
  refs/heads/master b1b0605e2 -> 6c3713465


clarify instructions on bumping versions in cordova-lib's platforms.js


Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/6c371346
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/6c371346
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/6c371346

Branch: refs/heads/master
Commit: 6c3713465e8380e0b45e1aac5dac90f7ce7af854
Parents: b1b0605
Author: Marcel Kinard <cm...@gmail.com>
Authored: Mon Sep 8 09:53:47 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Mon Sep 8 09:53:47 2014 -0400

----------------------------------------------------------------------
 docs/cadence-release-process.md | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/6c371346/docs/cadence-release-process.md
----------------------------------------------------------------------
diff --git a/docs/cadence-release-process.md b/docs/cadence-release-process.md
index 4638b1b..e3dc0e6 100644
--- a/docs/cadence-release-process.md
+++ b/docs/cadence-release-process.md
@@ -109,15 +109,13 @@ Coho automates these steps (replace android with your platform):
 
 ## Tagging RC of cordova-cli, cordova-lib, cordova-plugman
 
-These tools don't use a release branch. Follow the instructions at [tools-release-process.md](tools-release-process.md), but in addition:
+These tools don't use a release branch. There is a different process:
 
-Update the tools to point to the new repo versions (within `cordova-lib/cordova-lib/src/cordova/platforms.js`)
-
-Make sure to update `cordova-js` dependency for `cordova-lib`
-
-Also update `cordova-lib` dependency for `corodva-cli` and `cordova-plugman`
+  1. Follow the instructions at [tools-release-process.md](tools-release-process.md). This should include updating `cordova-js` dependency for `cordova-lib`, and updating `cordova-lib` dependency for `corodva-cli` and `cordova-plugman`.
+  2. Update the tools to point to the new repo versions (within `cordova-lib/cordova-lib/src/cordova/platforms.js`). This is necessary for the tools to use the new platform versions.
 
 ## Publish RC to dist/dev
+
 Ensure you have the svn repos checked out:
 
     coho repo-clone -r dist -r dist/dev