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/24 00:22:05 UTC

[1/2] git commit: fix Heroku info so collaborators can edit docs redirect instead of just Michael B

Repository: cordova-coho
Updated Branches:
  refs/heads/master 71b9f27ea -> 8ca35fe00


fix Heroku info so collaborators can edit docs redirect instead of just Michael B


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

Branch: refs/heads/master
Commit: 14983eb014f84e08e7a76f1ab6ffe069b81f6ffa
Parents: 71b9f27
Author: Marcel Kinard <cm...@gmail.com>
Authored: Tue Sep 23 18:20:16 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Tue Sep 23 18:20:16 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/14983eb0/docs/cadence-release-process.md
----------------------------------------------------------------------
diff --git a/docs/cadence-release-process.md b/docs/cadence-release-process.md
index e691d13..6c2a845 100644
--- a/docs/cadence-release-process.md
+++ b/docs/cadence-release-process.md
@@ -383,10 +383,10 @@ Find your release here: https://dist.apache.org/repos/dist/release/cordova/
  1. Upload the new docs to http://cordova.apache.org/docs
    * Website README.md explains [How to update the docs](https://svn.apache.org/repos/asf/cordova/site/README.md)
    * Commit should look like [this one](http://svn.apache.org/viewvc?view=revision&revision=r1478171)
- 1. Ask Michael Brooks to update the docs.cordova.io redirect.
+ 1. Have a Heroku collaborator update the docs.cordova.io redirect to the new version.
    * Check out the branch `cordova-labs:redirect-docs-cordova-io`
    * Repository README.md explains [How to update the HTTP redirect](https://github.com/apache/cordova-labs/tree/redirect-docs-cordova-io#usage)
-   * Nodejitsu is limited to one deployer, so Michael Brooks is currently the point of contact.
+   * If you would like to become a Heroku collaborator, get an account on heroku.com and email the dev list with your Heroku id so someone can add you.
 
 ### Tell JIRA it's Released
 


[2/2] git commit: add step to look for out-of-date dependencies

Posted by ma...@apache.org.
add step to look for out-of-date dependencies


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

Branch: refs/heads/master
Commit: 8ca35fe00cf0e72eb70d05e242fe7021ec65b028
Parents: 14983eb
Author: Marcel Kinard <cm...@gmail.com>
Authored: Tue Sep 23 18:21:40 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Tue Sep 23 18:21:40 2014 -0400

----------------------------------------------------------------------
 docs/tools-release-process.md | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/8ca35fe0/docs/tools-release-process.md
----------------------------------------------------------------------
diff --git a/docs/tools-release-process.md b/docs/tools-release-process.md
index b5d288b..02d28c9 100644
--- a/docs/tools-release-process.md
+++ b/docs/tools-release-process.md
@@ -332,6 +332,15 @@ Subject: [ANNOUNCEMENT] Tools Release
 
     Do the same things regarding announcements as described in cadence-release-process, where they make sense.
 
+## Update dependencies going forward
+
+For each of the tools (including cordova-js):
+
+    git checkout master
+    npm outdated --depth 0
+
+If there are any dependencies or devDependencies that are out of date, open a Jira item for that tool.
+
 ## Close JIRA Issue
  * Double check that the issue has comments that record the steps you took
  * Mark it as fixed