npm.io
3.10.14 • Published 3d ago

@forsakringskassan/semantic-release-cloneman-plugin

Licence
MIT
Version
3.10.14
Deps
0
Size
6 kB
Vulns
0
Weekly
0

@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-plugin

Semantic 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/.

Keywords