Repository: cordova-coho
Updated Branches:
  refs/heads/plugins-releaser 181b249be -> db8089522


Remove "testing" comments from generated JIRA issues. Prompt the RM to test the 
plugins release out!


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

Branch: refs/heads/plugins-releaser
Commit: db8089522c10201fd2d3c9403e856156f0227696
Parents: 181b249
Author: filmaj <[email protected]>
Authored: Wed Mar 1 15:50:59 2017 -0800
Committer: filmaj <[email protected]>
Committed: Wed Mar 1 15:50:59 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/db808952/src/plugin-release.js
----------------------------------------------------------------------
diff --git a/src/plugin-release.js b/src/plugin-release.js
index 175b041..022eaee 100644
--- a/src/plugin-release.js
+++ b/src/plugin-release.js
@@ -194,14 +194,13 @@ 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": "[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";,
+                        "summary": "Plugins Release, " + date,
+                        "description": "Following steps at 
https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md\nGenerated
 automatically using cordova-coho.",
                         "assignee": {
                             "name": jira_user.name
                         },
@@ -636,6 +635,7 @@ function *interactive_plugins_release() {
              *   - TODO: this apparently ends up as a .md file in 
cordova-docs. perhaps can dump this as a shell of a file into the cordova-docs 
repo? maybe even auto-branch the docs repo in prep for a PR?*/
             console.log('1. Prepare a blog post: 
https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md#prepare-blog-post');
             console.log('2. Start a vote thread! 
https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md#start-vote-thread');
+            console.log('3. You should test these plugins out! Check out 
cordova-mobile-spec, and in particular, the `createmobilespec` script that 
comes with it - it\'s a quick way to create a test project with all plugins 
included.');
             process.exit(0);
         });
     }, function(auth_err) {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to