@pliancy/semantic-release-config-npm

Pliancy's shared semantic-release config for publishing to NPM

Usage no npm install needed!

<script type="module">
  import pliancySemanticReleaseConfigNpm from 'https://cdn.skypack.dev/@pliancy/semantic-release-config-npm';
</script>

README

@pliancy/semantic-release

Base semantic-release for all of Pliancy's publishable projects

Usage

  • Install yarn add -D @pliancy/semantic-release
  • Add a .releaserc JSON file to your project with the following:
    {
      "extends": ["@pliancy/semantic-release"]
    }