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/05 21:26:43 UTC

git commit: add missing git command

Repository: cordova-coho
Updated Branches:
  refs/heads/master ee12e6d48 -> 05d4c6f9c


add missing git command


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

Branch: refs/heads/master
Commit: 05d4c6f9cfa4f9e8eac766af90291ac4d8b6564e
Parents: ee12e6d
Author: Marcel Kinard <cm...@gmail.com>
Authored: Fri Sep 5 15:26:32 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Fri Sep 5 15:26:32 2014 -0400

----------------------------------------------------------------------
 docs/tools-release-process.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/05d4c6f9/docs/tools-release-process.md
----------------------------------------------------------------------
diff --git a/docs/tools-release-process.md b/docs/tools-release-process.md
index 35e7219..f65e192 100644
--- a/docs/tools-release-process.md
+++ b/docs/tools-release-process.md
@@ -132,7 +132,7 @@ Create npm-shrinkwrap.json in lib, cli, and plugman:
 
 Commit these three changes together into one commit
 
-    for l in cordova-lib/cordova-lib cordova-plugman cordova-cli; do ( cd $l; v="$(grep '"version"' package.json | cut -d'"' -f4)"; git commit -am "$JIRA Updated version and RELEASENOTES.md for release $v" ); done
+    for l in cordova-lib/cordova-lib cordova-plugman cordova-cli; do ( cd $l; git add npm-shrinkwrap.json; v="$(grep '"version"' package.json | cut -d'"' -f4)"; git commit -am "$JIRA Updated version and RELEASENOTES.md for release $v" ); done
 
 ## Tag