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/09/20 05:14:53 UTC

git commit: Delete JIRA template notes about upgrade guides & CHANGELOG.md

Updated Branches:
  refs/heads/master b0d07ceb2 -> 7d170893b


Delete JIRA template notes about upgrade guides & CHANGELOG.md


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

Branch: refs/heads/master
Commit: 7d170893b65f210c3b9cced3889c36f76b3aca0e
Parents: b0d07ce
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Sep 19 23:14:18 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Sep 19 23:14:18 2013 -0400

----------------------------------------------------------------------
 coho | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/7d170893/coho
----------------------------------------------------------------------
diff --git a/coho b/coho
index 8a352c3..5dede5c 100755
--- a/coho
+++ b/coho
@@ -1418,14 +1418,14 @@ function createReleaseBug(version, root_version, prev_version, version_id, usern
         request_queue.push(makeSubtask(parent_key, subjectPrefix + 'Branch & Tag RC1 for: cordova-js, cordova-mobile-spec and cordova-app-hello-world',
                                        'Refer to ' + workflow_link, componentsForRepos([getRepoById('js'), getRepoById('mobile-spec'), getRepoById('app-hello-world')]), version_id));
         repoGroups['active-platform'].forEach(function(repo) {
-            request_queue.push(makeSubtask(parent_key, subjectPrefix + 'Tag RC1 for ' + repo.title, 'Refer to ' + workflow_link + '\n\nDon\'t forget about CHANGELOG.md',
+            request_queue.push(makeSubtask(parent_key, subjectPrefix + 'Tag RC1 for ' + repo.title, 'Refer to ' + workflow_link,
                                            componentsForRepos([repo]), version_id));
         });
         request_queue.push(makeSubtask(parent_key, subjectPrefix + 'Branch & Tag RC1 of cordova-cli',
                                        'Refer to ' + workflow_link, componentsForRepos([getRepoById('cli')]), version_id));
 
         repoGroups['active-platform'].forEach(function(repo) {
-            request_queue.push(makeSubtask(parent_key, subjectPrefix + 'Test & Tag ' + version + ' for ' + repo.title, 'Refer to ' + workflow_link + '\n\nDon\'t forget about upgrade guides!',
+            request_queue.push(makeSubtask(parent_key, subjectPrefix + 'Test & Tag ' + version + ' for ' + repo.title, 'Refer to ' + workflow_link,
                                            componentsForRepos([repo]), version_id));
         });