Skip to content

shilim-developer/conventional-changelog-normal

Repository files navigation

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

tag Description
feat feature
fix bug fix
docs/doc documentation change
style changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
refactor change that neither fixes a bug nor adds a feature
test adding missing tests or correcting existing tests
chore other changes that don't modify src or test files
merge merge branch
perf change that improves performance
revert reverts a previous commit
build changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)

About

This preset extends the conventional-changelog-eslint preset

Resources

License

Stars

Watchers

Forks

Packages

No packages published