You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/07/12 21:11:04 UTC

git commit: Fix typo in one of the JIRA template subjects

Updated Branches:
  refs/heads/master ad4b6dfd9 -> 08707b3ec


Fix typo in one of the JIRA template subjects

"Upload Announce" -> "Announce"


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

Branch: refs/heads/master
Commit: 08707b3ec20399d638743efd28d12c69d5c6efa5
Parents: ad4b6df
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri Jul 12 15:10:30 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri Jul 12 15:10:30 2013 -0400

----------------------------------------------------------------------
 coho | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/08707b3e/coho
----------------------------------------------------------------------
diff --git a/coho b/coho
index b5e2435..1ba1340 100755
--- a/coho
+++ b/coho
@@ -1332,7 +1332,7 @@ function createReleaseBug(version, root_version, prev_version, version_id, usern
                                            ' -> ' + root_version + ' for ' + repo.title, '',
                                            [component_map[repo.jiraComponentName]], version_id));
         });
-        request_queue.push(makeSubtask(parent_key, subjectPrefix + 'Upload Announce Release Candidate',
+        request_queue.push(makeSubtask(parent_key, subjectPrefix + 'Announce Release Candidate',
                                        announce_description, all_components, version_id));
         sendCreateSubtaskRequests(request_queue, username, password, pretend);
     });