@forsakringskassan/semantic-release-cloneman-plugin
v3.9.6
Published
Försäkringskassan semantic-release cloneman plugin
Keywords
Readme
@forsakringskassan/semantic-release-cloneman-plugin
A semantic-release plugin that publishes your Cloneman template to the npm registry.
Usage
The recommended way to use this plugin is via the @forsakringskassan/semantic-release-cloneman-config package, which includes this plugin.
To use it standalone, install it manually and append it to your semantic config.
npm install --save-dev @forsakringskassan/semantic-release-cloneman-pluginSemantic release config
{
"plugins": [
...
["@forsakringskassan/semantic-release-cloneman-plugin"],
...
]
}Environment Variables read by the plugin
| Variable | Required | Description |
| ------------------ | -------- | ---------------------------------------------------------------- |
| NPM_TOKEN | No | Authentication token used to publish to the npm registry. |
| NPM_REGISTRY_URL | No | The npm registry URL. Defaults to https://registry.npmjs.org/. |
