You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/02/20 16:50:17 UTC

[cordova-coho] branch janpio-CB-13828 updated: fix demo version number

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-CB-13828
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git


The following commit(s) were added to refs/heads/janpio-CB-13828 by this push:
     new ff0715c  fix demo version number
ff0715c is described below

commit ff0715cdeb476049b6afe392b12ead5dbe5f2496
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Tue Feb 20 17:50:16 2018 +0100

    fix demo version number
---
 docs/platforms-release-process.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/platforms-release-process.md b/docs/platforms-release-process.md
index c012531..b2bc9a4 100644
--- a/docs/platforms-release-process.md
+++ b/docs/platforms-release-process.md
@@ -297,11 +297,11 @@ This pushes the commits in both `master` and `5.0.x` (the release branch) to the
 
 Before you tag, run this command:
 
-    coho tag-platform-release --version 3.5.0 -r android --pretend
+    coho tag-platform-release --version 5.0.0 -r android --pretend
     
 Seems okay? Then execute it by running:
 
-    coho tag-platform-release --version 3.5.0 -r android
+    coho tag-platform-release --version 5.0.0 -r android
 
 The `coho tag-release` command also tags `cordova-js` with `android-5.0.0` and pushes it.
 
@@ -313,7 +313,7 @@ Ensure you have the svn repos checked out:
 
 Create archives from your tags:
 
-    coho create-archive -r android --dest cordova-dist-dev/$JIRA --tag 3.5.0
+    coho create-archive -r android --dest cordova-dist-dev/$JIRA --tag 5.0.0
 
 Sanity Check:
 
@@ -409,7 +409,7 @@ _Note: list of PMC members: http://people.apache.org/phonebook.html?pmc=cordova_
     cp ../cordova-dist-dev/$JIRA/cordova-android* platforms/
     svn add platforms/cordova-android*
     svn commit -m "$JIRA Published android release to dist"
-    npm publish platforms/cordova-android-3.5.0.tgz
+    npm publish platforms/cordova-android-5.0.0.tgz
 
     cd ../cordova-dist-dev
     svn up

-- 
To stop receiving notification emails like this one, please contact
janpio@apache.org.

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