You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2017/01/20 16:56:56 UTC

cordova-coho git commit: ensure the created JIRA issues, at this time, make clear that the issue is around this work-in-progress branch.

Repository: cordova-coho
Updated Branches:
  refs/heads/plugins-releaser 574ef79b7 -> 4ce456b79


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

Branch: refs/heads/plugins-releaser
Commit: 4ce456b7972066216bede8e7d5c6a85c9b44dfcd
Parents: 574ef79
Author: filmaj <ma...@gmail.com>
Authored: Fri Jan 20 08:56:50 2017 -0800
Committer: filmaj <ma...@gmail.com>
Committed: Fri Jan 20 08:56:50 2017 -0800

----------------------------------------------------------------------
 src/plugin-release.js | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/4ce456b7/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: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org