[
https://issues.apache.org/jira/browse/CB-11642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15527846#comment-15527846
]
ASF GitHub Bot commented on CB-11642:
-------------------------------------
Github user stevengill commented on a diff in the pull request:
https://github.com/apache/cordova-coho/pull/129#discussion_r80821223
--- Diff: src/platform-release.js ---
@@ -131,15 +133,15 @@ exports.prepareReleaseBranchCommand = function*() {
var repos = flagutil.computeReposFromFlag(argv.r);
var version = flagutil.validateVersionString(argv.version);
var branchName = getVersionBranchName(version);
-
+ var platform = repos.id;
--- End diff --
this is the wrong way to get platform. Instead get it from the `repo.id`
from within the foreach below
> Update CDVAvailability.h in coho prepare-release-branch
> --------------------------------------------------------
>
> Key: CB-11642
> URL: https://issues.apache.org/jira/browse/CB-11642
> Project: Apache Cordova
> Issue Type: Improvement
> Components: Coho
> Environment: ios
> Reporter: Julia Geist
> Assignee: Shazron Abdullah
> Priority: Trivial
>
> See
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md#for-ios-only
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]