@relab/semantic-release-commits-config
v0.0.10
Published
semantic-release shareable config defines standards for commit name conventions
Readme
@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-configUsage
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.
