You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/06/24 23:09:24 UTC

cordova-coho git commit: Update platforms-release-process.md

Repository: cordova-coho
Updated Branches:
  refs/heads/master 81de29262 -> c80231409


Update platforms-release-process.md

 This closes #127


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

Branch: refs/heads/master
Commit: c802314090dc262ef41444397a646f5bd178b3db
Parents: 81de292
Author: Steve Gill <st...@gmail.com>
Authored: Fri Jun 24 16:08:47 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Jun 24 16:09:18 2016 -0700

----------------------------------------------------------------------
 docs/platforms-release-process.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/c8023140/docs/platforms-release-process.md
----------------------------------------------------------------------
diff --git a/docs/platforms-release-process.md b/docs/platforms-release-process.md
index 088f699..d0f1255 100644
--- a/docs/platforms-release-process.md
+++ b/docs/platforms-release-process.md
@@ -65,7 +65,7 @@ See if any dependencies are outdated
 
 Update them in each project's `package.json` file. Make sure to run through the test section below for compatability issues. The `--depth=0` prevents from listing dependencies of dependencies.
 
-Checkin updated modules
+Checkin updated modules (use npm 3.10.1+)
 
     rm -rf node_modules
     npm install --production (skips devDependencies)
@@ -84,7 +84,7 @@ Ensure all dependencies and subdependencies have Apache-compatible licenses
     coho check-license -r android
 
 #### For `iOS` only:
-   * Update [CordovaLib/Classes/CDVAvailability.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVAvailability.h)
+   * Update [CordovaLib/Classes/Public/CDVAvailability.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/Public/CDVAvailability.h)
 
 by adding a new macro for the new version, e.g.
 
@@ -104,7 +104,7 @@ Increase the version within package.json using SemVer, and remove the `-dev` suf
     
 If the changes merit it, manually bump the major / minor/ patch version in `package.json`. View the changes via:
 
-    ( cd cordova-android && git log --pretty=format:'* %s' --topo-order --no-merges $(git describe --tags --abbrev=0)..master )
+    ( cd cordova-android && git log --pretty=format:'* %s' --topo-order --no-merges $(git describe --tags $(git rev-list --tags --max-count=1))..master )
 
 Update the repos `RELEASENOTES.md` file with changes since the last release
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org