1.0.2 • Published 2 years ago

conventional-changelog-normal v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

NPM version

This preset extends the conventional-changelog-eslint preset

Installation

Using npm:

$ npm i -g conventional-changelog-normal

Usage

conventional-changelog -p normal -i CHANGELOG.md -s -r 0

Preview

preview

Support

tagDescription
featfeature
fixbug fix
docs/docdocumentation change
stylechanges that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
refactorchange that neither fixes a bug nor adds a feature
testadding missing tests or correcting existing tests
choreother changes that don't modify src or test files
mergemerge branch
perfchange that improves performance
revertreverts a previous commit
buildchanges that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)