A custom FightMe Preset for Conventional Changelog
npm install @fightmegg/conventional-changelog-fightme-preset
import conventionalChangelogCore from 'conventional-changelog-core'
import fightmePreset from '@fightmegg/conventional-changelog-fightme-preset'
conventionalChangelogCore({
config: fightmePreset
}).pipe(...);
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
Run all tests:
$ npm test