@stackr23/preset-conventional-changelog
v1.2.0
Published
Stackr23's preset for conventional-changelog
Downloads
4
Maintainers
Readme
Stackr23's preset for conventional-changelog
Type Definitions
| TYPE | TITLE | TARGET | | ------------ | ------------------------------------- | ----------------------------------------------------------------- | | feat | :sparkles: Features | new Features | | fix | :bug: Bug Fixes | fixed Bugs | | config | :wrench: Configs | Config changes(babel, webpack, travis, dotfiles, ...) | | script | :hammer_and_wrench: Scripts and Tasks | Development Scripts(Gulp/Grunt, npm scripts, MRM, ...) | | style | :art: Styling | Theme and UI changes | | deps | :package: Dependencies | Dependency changes(add, upgrade, remove, ...) | | refactor | :building_construction: Refactoring | Structure Improvements | | test | :white_check_mark: Tests | changes in Tests(add, upgrade, remove, ...) | | docs | :memo: Documentations | Documentation changes(README, WIKI, CHANGELOG, ...) | | revert | :rewind: Reverts | Revert Commit |