Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5930211134 for ; Thu, 18 Sep 2014 17:27:50 +0000 (UTC) Received: (qmail 60612 invoked by uid 500); 18 Sep 2014 17:27:50 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 60579 invoked by uid 500); 18 Sep 2014 17:27:50 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 60385 invoked by uid 99); 18 Sep 2014 17:27:50 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2014 17:27:50 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E295CA1B4A1; Thu, 18 Sep 2014 17:27:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ldeluca@apache.org To: commits@cordova.apache.org Date: Thu, 18 Sep 2014 17:27:52 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [4/7] git commit: Note that cordova-lib depends on cordova-js. Update command for testing plugman. Note that cordova-lib depends on cordova-js. Update command for testing plugman. Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/44f746d0 Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/44f746d0 Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/44f746d0 Branch: refs/heads/CB-7471 Commit: 44f746d09dbc6bd1e65c9f2f12a2ccdfdad4a50f Parents: f2badeb Author: Marcel Kinard Authored: Tue Sep 16 21:28:40 2014 -0400 Committer: Marcel Kinard Committed: Tue Sep 16 21:29:37 2014 -0400 ---------------------------------------------------------------------- docs/tools-release-process.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/44f746d0/docs/tools-release-process.md ---------------------------------------------------------------------- diff --git a/docs/tools-release-process.md b/docs/tools-release-process.md index ce05583..b3d9c78 100644 --- a/docs/tools-release-process.md +++ b/docs/tools-release-process.md @@ -82,7 +82,7 @@ Ensure uninstall doesn't cause errors: Ensure that mobilespec creates okay via plugman: - cordova-mobile-spec/createmobilespecandroid-usingplugman.sh + cordova-mobile-spec/createmobilespec/createmobilespec.js --plugman --android (cd mobilespec-android && cordova/run) Ensure unit tests pass: @@ -124,6 +124,8 @@ Update the version of cordova-lib that cli and plugman depend on: sed -i '' -E 's/"cordova-lib":.*/"cordova-lib": "'$v'",/' cordova-cli/package.json sed -i '' -E 's/"cordova.lib":.*/"cordova-lib": "'$v'",/' cordova-plugman/package.json +Update the version of cordova-js that cordova-lib depends on. (TODO: why does this dependency exist?) + Create npm-shrinkwrap.json in lib, cli, and plugman. This is important especially when the cli depends on specific versions of lib and similar, because the shrinkwrap overrules the version dependencies in package.json. If the tools have any specific version dependencies, verify they are correct in the shrinkwrap after you complete this step. (cd cordova-lib/cordova-lib; npm shrinkwrap;)