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/10 21:05:39 UTC

git commit: Add release master to release bug template

Updated Branches:
  refs/heads/master 3060f0dae -> 7cdbff4a4


Add release master to release bug template


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

Branch: refs/heads/master
Commit: 7cdbff4a4b991fd9041ed7e2fa20a89c5c3dbf05
Parents: 3060f0d
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Sep 10 15:05:25 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Sep 10 15:05:25 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/7cdbff4a/coho
----------------------------------------------------------------------
diff --git a/coho b/coho
index 5117590..7c04e2f 100755
--- a/coho
+++ b/coho
@@ -1314,7 +1314,8 @@ function createReleaseBug(version, root_version, prev_version, version_id, usern
                 'key':JIRA_PROJECT_KEY
             },
             'summary':subjectPrefix + 'Parent Issue',
-            'description':'Parent bug for the ' + version + ' Cordova Release.\n\n' + workflow_link,
+            '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'
             'issuetype':{
                 'name':'Task'
             },