@smartive/semantic-release-lerna

semantic release plugin to publish packages with lerna

Usage no npm install needed!

<script type="module">
  import smartiveSemanticReleaseLerna from 'https://cdn.skypack.dev/@smartive/semantic-release-lerna';
</script>

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