0.0.10 • Published 10 months ago

@relab/semantic-release-commits-config v0.0.10

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

@relab/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 @relab/semantic-release-commits-config

Usage

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

package.json:

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

.release.rc.js:

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

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

Configuration

See each plugin documentation for required installation and configuration steps.

0.0.10

10 months ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago