@smartive/semantic-release-lerna
v1.0.0
Published
semantic release plugin to publish packages with lerna
Downloads
4
Readme
semantic release lerna
This is a plugin for semantic-release
to publish packages with
lerna
.
Easiest config is:
.releaserc.json
{
"extends": "@smartive/semantic-release-lerna/config"
}
This overwrites the default of semantic release with the following config:
{
"generateNotes": ["@semantic-release/release-notes-generator", "semantic-release-lerna"],
"prepare": false,
"publish": ["@semantic-release/github", "semantic-release-lerna"]
}
Feel free to customize any settings :-)