semantic-release shareable config to publish npm packages with GitLab
npm install @semantic-release/gitlab-configsemantic-release shareable config to publish npm packages with GitLab.
 

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