You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2013/10/01 17:01:24 UTC

[6/7] git commit: Delete JIRA template notes about upgrade guides & CHANGELOG.md

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/c41029c6
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/c41029c6
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/c41029c6

Branch: refs/heads/master
Commit: c41029c6c2068c8339f5d21cbb6a64c9ac1267b9
Parents: d1637d1
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Sep 19 23:14:18 2013 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Tue Oct 1 10:56:26 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/c41029c6/coho
----------------------------------------------------------------------
diff --git a/coho b/coho
index c0caf06..6732961 100755
--- a/coho
+++ b/coho
@@ -1425,14 +1425,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));
         });