ensure the created JIRA issues, at this time, make clear that the issue is around this work-in-progress branch.
Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/b776a587 Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/b776a587 Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/b776a587 Branch: refs/heads/master Commit: b776a587e7dd8844579a0eacd15425a82be452ed Parents: 2261500 Author: filmaj <[email protected]> Authored: Fri Jan 20 08:56:50 2017 -0800 Committer: filmaj <[email protected]> Committed: Tue Apr 25 17:22:52 2017 -0700 ---------------------------------------------------------------------- src/plugin-release.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/b776a587/src/plugin-release.js ---------------------------------------------------------------------- diff --git a/src/plugin-release.js b/src/plugin-release.js index a625dd8..571b9c7 100644 --- a/src/plugin-release.js +++ b/src/plugin-release.js @@ -163,13 +163,14 @@ function *interactive_plugins_release() { } else { console.warn('OK, no problem. I will create one for you now! Hang tight...'); var date = (new Date()).toDateString(); + // TODO: remove the "testing" bits in the JIRA issue description below var new_issue = { "fields": { "project": { "id": cordova_project.id }, - "summary": "Plugins Release, " + date, - "description": "Following steps at https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md", + "summary": "[TESTING] Plugins Release, " + date, + "description": "PLEASE IGNORE - THIS IS TESTING JIRA AUTOMATION, WORK IN PROGRESS!\nFollowing steps at https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md", "assignee": { "name": jira_user.name }, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
