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 21:33:16 UTC

[cordova-coho] branch janpio-CB-13828 updated: add more notes

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 5389797  add more notes
5389797 is described below

commit 5389797ea1d4bb289249e4c85be82916200343c8
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Tue Feb 20 22:33:14 2018 +0100

    add more notes
---
 docs/platforms-release-process.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/platforms-release-process.md b/docs/platforms-release-process.md
index b22245b..edc398f 100644
--- a/docs/platforms-release-process.md
+++ b/docs/platforms-release-process.md
@@ -301,10 +301,12 @@ Create a JIRA issue for it, and mark it as a blocker.
     git log     # note the first five or six digits of the commit hash
     git checkout 5.0.x
     git cherry-pick -x commit_hash
-    git push origin 5.0.x
+    # git push origin 5.0.x
 
 ## Push Changes
 
+**Attention**: This is the moment of truth: The following actions will push your work to the remote repository. Until now you only worked locally and could just delete everything if something went wrong. From here on this will get more difficult.
+
 ### Push commits
 
 All good? Have another look at the changes:
@@ -331,7 +333,7 @@ This command also tags `cordova-js` with `android-5.0.0` and pushes it.
 
 ## Publish Release Candidate to `dist/dev`
 
-**Attention**: The following steps need [SVN](https://subversion.apache.org/packages.html#windows) installed and [unfortunately don't give an error if it is not, failing silently](https://issues.apache.org/jira/browse/CB-8006).
+**Attention**: The following steps need [SVN](https://subversion.apache.org/packages.html#windows) installed and [unfortunately don't give an error if it is not, failing silently](https://issues.apache.org/jira/browse/CB-8006). It also needs you do [have a secret key setup](setting-up-gpg.md)
 
 Ensure you have the svn repos checked out:
 

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