1.0.3 • Published 4 months ago

@sergeyzwezdin/semantic-release-commits-config v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@sergeyzwezdin/semantic-release-commits-config

semantic-release shareable config defines standards for commit name conventions.

Plugins

This shareable configuration use the following plugins:

Install

$ npm install --save-dev semantic-release @sergeyzwezdin/semantic-release-commits-config

Usage

The shareable config can be configured in the semantic-release configuration file:

package.json:

{
    "extends": "@sergeyzwezdin/semantic-release-commits-config"
}

.release.rc.js:

const common = require('@sergeyzwezdin/semantic-release-commits-config')

module.exports = {
    ...common,
    plugins: [
        ...common.plugins,
        /* your plugins here */
    ],
}

Configuration

See each plugin documentation for required installation and configuration steps.