Updated Branches: refs/heads/master 15314cd28 -> bc3b19f17
Added missing comma, thx CI Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/bc3b19f1 Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/bc3b19f1 Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/bc3b19f1 Branch: refs/heads/master Commit: bc3b19f1776d07b22b23b8548fbedbac65049b56 Parents: 15314cd Author: Mike Billau <[email protected]> Authored: Tue Sep 10 16:17:22 2013 -0400 Committer: Andrew Grieve <[email protected]> Committed: Tue Sep 10 16:35:57 2013 -0400 ---------------------------------------------------------------------- coho | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/bc3b19f1/coho ---------------------------------------------------------------------- diff --git a/coho b/coho index efa0508..0d24868 100755 --- a/coho +++ b/coho @@ -1315,7 +1315,7 @@ function createReleaseBug(version, root_version, prev_version, version_id, usern }, 'summary':subjectPrefix + 'Parent Issue', 'description':'Parent bug for the ' + version + ' Cordova Release.\n\n' + workflow_link + - '\n\nRelease Master: ?\n\nComponent Leads: Refer to assignee of "Test & Tag" sub-tasks.\n' + '\n\nRelease Master: ?\n\nComponent Leads: Refer to assignee of "Test & Tag" sub-tasks.\n', 'issuetype':{ 'name':'Task' },
