0.0.3 • Published 4 years ago

@fightmegg/conventional-changelog-fightme-preset v0.0.3

Weekly downloads
15
License
ISC
Repository
github
Last release
4 years ago

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

0.0.3

4 years ago

0.0.3-alpha.1

4 years ago

0.0.3-alpha.0

4 years ago

0.0.2

4 years ago