lerna publish plugin for Spire.
spire-plugin-lerna-release
yarn add --dev spire-plugin-lerna-release
spire-plugin-lerna-release
to list of plugins{
"spire": {
"plugins": ["spire-plugin-lerna-release"]
}
}
setup
Adds release
command and prepares lerna arguments.run
Runs lerna publish
.Plugin ['spire-plugin-lerna-release', options]
command
\<string> Command to run semantic-release on. Defaults to
release
.gitAuthorName
\<string> Git author and commiter name. Defaults to
undefined
, which falls back to default value of lerna.gitAuthorEmail
\<string> Git author and commiter email. Defaults to
undefined
, which falls back to default value of lerna.allowBranch
\<string> Allowed branch to be released. Defaults to
master
.createRelease
\<false|"github"|"gitlab"> Whether to create a GitHub or
GitLab release or not.extraArgs
\<Array\<string>> Array of extra argumnets to pass to
lerna publish
. Defaults to []
.CLI npx spire release [args]
MIT © ResearchGate
Version | Tag | Published |
---|---|---|
5.0.1 | latest | 10mos ago |
1.8.4-next.47 | next | 2yrs ago |
1.7.2-next.1 | canary | 3yrs ago |