From 86e731057437e63880f8c1d35c2c7456b210d06e Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Tue, 8 Dec 2015 22:10:04 -0500 Subject: [PATCH] fix(release): removed release from wizard prompt --- src/message-wizard.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/message-wizard.js b/src/message-wizard.js index 2bf7a28..f27afe3 100644 --- a/src/message-wizard.js +++ b/src/message-wizard.js @@ -44,11 +44,8 @@ module.exports = { value: 'fix' }, { name: 'chore: Changes to the build process or auxiliary tools\n' + - ' and libraries such as documentation generation', + ' and libraries such as documentation generation', value: 'chore' - }, { - name: 'release: Force new release', - value: 'release' } ] }, {