@semantic-release/gitlab-config
v14.0.1
Published
semantic-release shareable config to publish npm packages with GitLab
Downloads
54,329
Readme
@semantic-release/gitlab-config
semantic-release shareable config to publish npm packages with GitLab.
Plugins
This shareable configuration use the following plugins:
@semantic-release/commit-analyzer
@semantic-release/release-notes-generator
@semantic-release/npm
@semantic-release/gitlab
Install
$ npm install --save-dev semantic-release @semantic-release/gitlab-config
Usage
The shareable config can be configured in the semantic-release configuration file:
{
"extends": "@semantic-release/gitlab-config"
}
Configuration
See each plugin documentation for required installation and configuration steps.