@fightmegg/conventional-changelog-fightme-preset
v0.0.3
Published
conventional-changelog fightme preset
Downloads
3
Maintainers
Readme
CC FightMe Preset
A custom FightMe Preset for Conventional Changelog
Installation
npm install @fightmegg/conventional-changelog-fightme-preset
Usage
import conventionalChangelogCore from 'conventional-changelog-core'
import fightmePreset from '@fightmegg/conventional-changelog-fightme-preset'
conventionalChangelogCore({
config: fightmePreset
}).pipe(...);
Supported Commit Types
feat
->Features
fix
->Bug Fixes
perf
->Performance Improvements
revert
->Reverts
docs
->Documentation
style
->Styles
refactor
->Code Refactoring
test
->Tests
build
->Build System
ci
->Continous Integatrion
chore
->Chores
Development
Run all tests:
$ npm test