[
https://issues.apache.org/jira/browse/CB-13828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16373426#comment-16373426
]
ASF GitHub Bot commented on CB-13828:
-------------------------------------
stevengill commented on a change in pull request #170: CB-13828: Improve
cordova-coho/docs
URL: https://github.com/apache/cordova-coho/pull/170#discussion_r170088073
##########
File path: docs/platforms-release-process.md
##########
@@ -118,114 +205,147 @@ If you have prepared the release notes in your release
branch for a patch releas
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.
----
+### Special Case 2: releasing new commits from an already-existing release
branch
If you are releasing new commits from an already-existing release branch,
remember to merge in or cherry-pick relevant commits from master into the
release branch!
-After, 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`
+### Create Release Branch
+
+Create and prepare your release branch by using `coho prepare-release-branch`
command, which handles the following steps:
+1. Creates a release branch `5.0.x` (if it doesn't already exist)
+2. Updates `cordova.js` snapshot on both `5.0.x` and `master`
+3. Updates version numbers (`VERSION` files) on `5.0.x`
Review comment:
It also updates in other files but that is platform specific. For example,
it updates build.gradle version for android. It does similar stuff for iOS.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Improve cordova-coho/docs
> -------------------------
>
> Key: CB-13828
> URL: https://issues.apache.org/jira/browse/CB-13828
> Project: Apache Cordova
> Issue Type: Improvement
> Components: cordova-coho
> Reporter: Jan Piotrowski (Sujan)
> Priority: Major
>
> /docs in the `cordova-coho` repo is effectively the contributor documentation
> of Cordova. It could use some improvements right now.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]