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/09/14 18:44:45 UTC

cordova-coho git commit: Added steps to vote on a plugins release

Repository: cordova-coho
Updated Branches:
  refs/heads/master 2b1e907d3 -> e4222dcb8


Added steps to vote on a plugins release

 This closes #137


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

Branch: refs/heads/master
Commit: e4222dcb8f30c5def129a00a73378d14dec7167c
Parents: 2b1e907
Author: Steve Gill <st...@gmail.com>
Authored: Wed Sep 14 11:35:08 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed Sep 14 11:44:43 2016 -0700

----------------------------------------------------------------------
 docs/plugins-release-process.md | 32 +++++++++++++++++++++++++++++++-
 1 file changed, 31 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/e4222dcb/docs/plugins-release-process.md
----------------------------------------------------------------------
diff --git a/docs/plugins-release-process.md b/docs/plugins-release-process.md
index 1aa4ee0..ed147df 100644
--- a/docs/plugins-release-process.md
+++ b/docs/plugins-release-process.md
@@ -129,7 +129,8 @@ Reply to the DISCUSS thread with a link to the updated release notes.
 
 
     cordova-mobile-spec/createmobilespec/createmobilespec.js --android --ios
-    (cd mobilespec && ./cordova build && ./cordova run android)
+    (cd mobilespec && ./cordova build && ./cordova run android --device)
+    (cd mobilespec && ./cordova build && ./cordova run ios --device)
 
 ## Create Release Branch
 
@@ -219,6 +220,35 @@ __Body:__
     * Ensured continuous build was green when repos were tagged
 
 
+
+## Voting
+Steps to verify a plugins release
+
+1) Setup
+Repo clone can be skipped if you have cordova-dist-dev. Warning, this requires svn setup.
+
+    coho repo-clone -r cordova-dist-dev
+    (cd cordova-dist-dev && svn up)
+
+2) Verify
+
+    coho verify-archive cordova-dist-dev/$JIRA/*.tgz
+    coho repo-update -r plugins
+    coho check-license -r active-plugins
+    coho audit-license-headers -r active-plugins | less
+    # Tip: Skim by searching for "Unknown Licenses"
+
+3) Test
+
+Review [ci.cordova.io](http://ci.cordova.io/).
+
+(Optional locally run `mobile-spec`)
+
+    cordova-mobile-spec/createmobilespec/createmobilespec.js --android --ios
+    (cd mobilespec && ./cordova build && ./cordova run android --device)
+    (cd mobilespec && ./cordova build && ./cordova run ios --device)
+
+
 ## Email the result of the vote
 Respond to the vote thread with:
 


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