1.0.0 • Published 5 years ago

@smartive/semantic-release-lerna v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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 :-)