@fightmegg/conventional-changelog-fightme-preset

0.0.3 • Public • Published

CC FightMe Preset

Version Downloads CircleCI

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

Maintainers

@olliejennings

Package Sidebar

Install

npm i @fightmegg/conventional-changelog-fightme-preset

Weekly Downloads

1

Version

0.0.3

License

ISC

Unpacked Size

14.7 kB

Total Files

14

Last publish

Collaborators

  • olliejennings