0.3.3 • Published 7 years ago

bump-suggest v0.3.3

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

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
0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago