Updated Branches: refs/heads/master 7cdbff4a4 -> 15314cd28
Add a sub-task for uploading releases to dist.apache.org Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/15314cd2 Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/15314cd2 Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/15314cd2 Branch: refs/heads/master Commit: 15314cd2867820d03fea475fcbd4ecc6853b41dc Parents: 7cdbff4 Author: Andrew Grieve <[email protected]> Authored: Tue Sep 10 15:22:39 2013 -0400 Committer: Andrew Grieve <[email protected]> Committed: Tue Sep 10 15:22:39 2013 -0400 ---------------------------------------------------------------------- coho | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/15314cd2/coho ---------------------------------------------------------------------- diff --git a/coho b/coho index 7c04e2f..efa0508 100755 --- a/coho +++ b/coho @@ -1364,6 +1364,9 @@ function createReleaseBug(version, root_version, prev_version, version_id, usern request_queue.push(makeSubtask(parent_key, subjectPrefix + 'Test & Tag ' + version + ' of cordova-cli', 'Refer to ' + workflow_link, componentsForRepos([getRepoById('cli')]), version_id)); + request_queue.push(makeSubtask(parent_key, subjectPrefix + 'Upload signed release .zip to Apache Dist', + 'Refer to ' + workflow_link, componentsForRepos([]), version_id)); + request_queue.push(makeSubtask(parent_key, subjectPrefix + 'Announce Release', 'Refer to ' + workflow_link, all_components, version_id)); sendCreateSubtaskRequests(request_queue, username, password, pretend);
