0.0.0-development • Published 3 years ago

danger-plugin-v-1 v0.0.0-development

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

danger-plugin-v-1

Build Status npm version semantic-release

This plugin checks commits messages

Usage

Install(with npm or yarn ):

yarn add danger-plugin-v-1 --save-dev  

At a glance:

// dangerfile.js
import v1 from 'danger-plugin-v-1'

// v1()
import commitlint from 'danger-plugin-conventional-commitlint'
import configConventional from '@commitlint/config-conventional';

(async function dangerReport() {

  const commitlintConfig = {
    severity: 'warn'
  };
  await v1(configConventional.rules, commitlintConfig);
})();

Changelog

See the GitHub release history.

Contributing

See CONTRIBUTING.md.