Skip to content

Commit

Permalink
fix(release): removed release from wizard prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Dec 9, 2015
1 parent e9c19b0 commit 86e7310
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/message-wizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
]
}, {
Expand Down

0 comments on commit 86e7310

Please sign in to comment.