A semantic-release sharable configuration for releasing general code. This is a fairly standard configuration with no exec plugins, and no npm plugin. This release config generats release notes, a changelog, commits the changelog via the git plugin, and releases to github.
This shareable configuration use the following plugins:
@semantic-release/commit-analyzer
@semantic-release/release-notes-generator
@semantic-release/changelog
@semantic-release/git
@semantic-release/github
$ npm install --save-dev semantic-release @unsupervised/release-config-general
The shareable config can be configured in the semantic-release configuration file:
{
"extends": "@unsupervised/release-config-general"
}
See each plugin documentation for required installation and configuration steps.