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->Featuresfix->Bug Fixesperf->Performance Improvementsrevert->Revertsdocs->Documentationstyle->Stylesrefactor->Code Refactoringtest->Testsbuild->Build Systemci->Continous Integatrionchore->Chores
Run all tests:
$ npm test