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/19 22:44:30 UTC

[cordova-coho] branch janpio-CB-13828 updated: rewrite Push

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 3f94df6  rewrite Push
3f94df6 is described below

commit 3f94df645518a30c0ddf57428cc8ca1bc97e5dbe
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Mon Feb 19 23:44:29 2018 +0100

    rewrite Push
---
 docs/platforms-release-process.md | 24 ++++++++++++++++++++----
 1 file changed, 20 insertions(+), 4 deletions(-)

diff --git a/docs/platforms-release-process.md b/docs/platforms-release-process.md
index be4db81..d788919 100644
--- a/docs/platforms-release-process.md
+++ b/docs/platforms-release-process.md
@@ -279,19 +279,32 @@ Create a JIRA issue for it, and mark it as a blocker.
 
 ## Push Changes
 
+### Push commits
+
+All good? Have another look at the changes:
+
     coho repo-status -r android -b master -b 5.0.x
-    # If changes look right:
+
+If changes look right:
+
     coho repo-push -r android -b master -b 5.0.x
 
-Tag & Push:
+This pushes the commits in both `master` and `5.0.x` (the release branch) to the remote.
+
+### Tag and push tag
+
+Before you tag, run this command:
 
     coho tag-platform-release --version 3.5.0 -r android --pretend
-    # Seems okay:
+    
+Seems okay? Then execute it by running:
+
     coho tag-platform-release --version 3.5.0 -r android
 
 The `coho tag-release` command also tags `cordova-js` with `android-5.0.0` and pushes it.
 
 ## Publish RC to dist/dev
+
 Ensure you have the svn repos checked out:
 
     coho repo-clone -r dist -r dist/dev
@@ -308,20 +321,23 @@ Upload:
 
     (cd cordova-dist-dev && svn add $JIRA && svn commit -m "$JIRA Uploading release candidates for android release")
 
-Find your release here: https://dist.apache.org/repos/dist/dev/cordova/
+Find your release here: https://dist.apache.org/repos/dist/dev/cordova/ / https://dist.apache.org/repos/dist/release/cordova/
 
 ## Documentation To Update
 
 For your platform:
+
  1. Ensure the [Upgrade Guide](http://cordova.apache.org/docs/en/latest/guide/platforms/android/upgrade.html) for your platform is up-to-date
  2. Ensure the other guides listed in the sidebar are up-to-date for your platform
 
 ## Prepare Blog Post
+
  * Gather highlights from RELEASENOTES.md into a Release Announcement blog post
  * Instructions on publishing a blog post are on the [cordova-docs repo](https://github.com/apache/cordova-docs#writing-a-blog-post)
  * Get blog post proofread by submitting a PR to cordova-docs and asking someone on dev list to +1 it.
 
 ## Start VOTE Thread
+
 Send an email to dev ML with: (replace `android` with your platform)
 
 __Subject:__

-- 
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