Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E9D2E200C02 for ; Fri, 20 Jan 2017 17:56:57 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E8858160B48; Fri, 20 Jan 2017 16:56:57 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3CE25160B34 for ; Fri, 20 Jan 2017 17:56:57 +0100 (CET) Received: (qmail 84383 invoked by uid 500); 20 Jan 2017 16:56:56 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 84373 invoked by uid 99); 20 Jan 2017 16:56:56 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jan 2017 16:56:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1D29BDFCDF; Fri, 20 Jan 2017 16:56:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: filmaj@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: cordova-coho git commit: ensure the created JIRA issues, at this time, make clear that the issue is around this work-in-progress branch. Date: Fri, 20 Jan 2017 16:56:56 +0000 (UTC) archived-at: Fri, 20 Jan 2017 16:56:58 -0000 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 Authored: Fri Jan 20 08:56:50 2017 -0800 Committer: filmaj 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