Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AC23618911 for ; Thu, 18 Jun 2015 01:19:00 +0000 (UTC) Received: (qmail 93222 invoked by uid 500); 18 Jun 2015 01:19:00 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 93193 invoked by uid 500); 18 Jun 2015 01:19:00 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 93176 invoked by uid 99); 18 Jun 2015 01:19:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2015 01:19:00 +0000 Date: Thu, 18 Jun 2015 01:19:00 +0000 (UTC) From: "Steve Gill (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-9211) Look into using `npm version` in release process MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Steve Gill created CB-9211: ------------------------------ Summary: Look into using `npm version` in release process Key: CB-9211 URL: https://issues.apache.org/jira/browse/CB-9211 Project: Apache Cordova Issue Type: Improvement Components: Coho Reporter: Steve Gill Assignee: Steve Gill Priority: Minor Whenever you type npm version to bump the version number in your package.json file and add the tag in git, any preversion package scripts that are defined in package.json will be run beforehand and postversion will be run afterwards. Lets see if it makes sense to incorporate this into our release process to replace some of the steps we do now. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org