npm-version-git-cli

v2.3.1
increment version of package.json according to git log Edit
npm git

lint

eslint **/*.js

lint:fix

eslint **/*.js --fix --quiet

jest

jest --coverage --coverageDirectory=coverage

pretest

npm run lint

test

npm run jest && npm run codecov

bump

node ./bin/npm-version-git

postversion

git push && git push --tags

prepublishOnly

npm run bump

codecov

codecov -t f23a8863-033e-45e0-847e-c974d7a57814

coveralls

cat ./coverage/lcov.info | coveralls
npm i npm-version-git-cli

Metadata

Downloads

Maintainers