danger-plugin-v-1

This plugin checks commits messages

Usage no npm install needed!

<script type="module">
  import dangerPluginV1 from 'https://cdn.skypack.dev/danger-plugin-v-1';
</script>

README

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.