A semantic-release sharable configuration for releasing javascript github actions. This release config updates the version in package.json but does not push to npm
This shareable configuration use the following plugins:
@semantic-release/exec
@semantic-release/commit-analyzer
@semantic-release/release-notes-generator
@semantic-release/changelog
@semantic-release/npm
@semantic-release/git
@semantic-release/github
$ npm install --save-dev semantic-release @swarm-io/release-config-javascript-actions
The shareable config can be configured in the semantic-release configuration file:
{
"extends": "@swarm-io/release-config-javascript-actions"
}
See each plugin documentation for required installation and configuration steps.