semantic-release shareable config template repsitory
npm install @unsupervised/release-config-generalThis shareable configuration use the following plugins:
- @semantic-release/commit-analyzer
- @semantic-release/release-notes-generator
- @semantic-release/changelog
- @semantic-release/git
- @semantic-release/github
``bash`
$ npm install --save-dev semantic-release @unsupervised/release-config-general
The shareable config can be configured in the semantic-release configuration file:
`json``
{
"extends": "@unsupervised/release-config-general"
}
See each plugin documentation for required installation and configuration steps.