@softwareventures/semantic-release-config

Standard semantic-release configuration for Software Ventures Limited

Usage no npm install needed!

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

README

semantic-release-config

Standard semantic release configuration for Software Ventures Limited.

Install

npm install --save-dev @softwareventures/semantic-release-config

or for yarn users:

yarn add --dev @softwareventures/semantic-release-config

Usage

Add to your semantic-release configuration:

{
    "extends": "@softwareventures/semantic-release-config"
}