spire-plugin-lerna-release
v5.0.1
Published
Lerna publish plugin for Spire
Downloads
110
Keywords
Readme
spire-plugin-lerna-release
lerna publish plugin for Spire.
Quick start
- Install
spire-plugin-lerna-release
yarn add --dev spire-plugin-lerna-release
- Add
spire-plugin-lerna-release
to list of plugins
{
"spire": {
"plugins": ["spire-plugin-lerna-release"]
}
}
Hooks
setup
Addsrelease
command and prepares lerna arguments.run
Runslerna publish
.
Options
Plugin
['spire-plugin-lerna-release', options]
command
<string> Command to run semantic-release on. Defaults torelease
.gitAuthorName
<string> Git author and commiter name. Defaults toundefined
, which falls back to default value of lerna.gitAuthorEmail
<string> Git author and commiter email. Defaults toundefined
, which falls back to default value of lerna.allowBranch
<string> Allowed branch to be released. Defaults tomaster
.createRelease
<false|"github"|"gitlab"> Whether to create a GitHub or GitLab release or not.extraArgs
<Array<string>> Array of extra argumnets to pass tolerna publish
. Defaults to[]
.
CLI
npx spire release [args]
- Passes all arguments as-is to lerna.
License
MIT © ResearchGate