bump-suggest

v0.2.0
Suggest the next version of a project based on commits and current version Edit

bump-suggest

Suggest the next version of a project based on commits and a given version

Commitizen friendly Conventional Commits

Inspiration

Syntax

bumpSuggest(commits, base[, parserOpts])

Parameters

  • commits [Array<String>] - an array of commit messages
  • base <String> - base version to suggest from
  • parserOpts {Object} - parser optons

Example Usage

const bumpSuggest = require('bump-suggest');

bumpSuggest(['fix(everything): Some test commit message'], '0.1.0'); //0.1.1

Testing & Contributing

NODE_ENV=development npm install

npm test

Metadata

  • ISC
  • Whatever
  • Unknown
  • released 4/15/2017

Downloads

Maintainers