You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/12/01 01:59:47 UTC

cordova-coho git commit: Added patch release notes

Repository: cordova-coho
Updated Branches:
  refs/heads/master 9108a8c0f -> 2c28fd092


Added patch release notes


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

Branch: refs/heads/master
Commit: 2c28fd092e9ef96dbbab5acbd115369ba37b9e91
Parents: 9108a8c
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Nov 30 17:59:43 2016 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Nov 30 17:59:43 2016 -0800

----------------------------------------------------------------------
 docs/platforms-release-process.md | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/2c28fd09/docs/platforms-release-process.md
----------------------------------------------------------------------
diff --git a/docs/platforms-release-process.md b/docs/platforms-release-process.md
index 2a32b99..f640db6 100644
--- a/docs/platforms-release-process.md
+++ b/docs/platforms-release-process.md
@@ -101,8 +101,22 @@ Update the repos `RELEASENOTES.md` file with changes since the last release
 Commit these changes together into one commit
 
     (cd cordova-android && v="$(grep '"version"' package.json | cut -d'"' -f4)" && git commit -am "$JIRA Updated RELEASENOTES and Version for release $v")
+
+---
+
+**PATCH RELEASE NOTES**
+
+
+If you have prepared the release notes in your release branch for a patch release, you will have to cherry-pick the RELEASENOTES only into your master branch as well (stage only the appropriate hunk).
+
+    git checkout master
+    git checkout -p RELEASENOTES_COMMIT_SHA_HASH
     
-`coho prepare-release-branch` command handles the following steps:
+For iOS, you may have to cherry-pick the commit for `Added X.Y.Z to CDVAvailability.h (via coho)` into the master branch as well.
+
+---
+
+Prepare your release branch by using `coho prepare-release-branch` command, which handles the following steps:
  * Updating `cordova.js` snapshot
  * Creating a release branch (if it doesn't already exist)
  * Updating version numbers (`VERSION` file & package.json). On `master`, it gives version a minor bump and adds `-dev`


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