@softwareventures/semantic-release-config
v5.1.0
Published
Standard semantic-release configuration for Software Ventures Limited
Downloads
3,001
Readme
semantic-release-config
Standard semantic release configuration for Software Ventures Limited.
We follow the Conventional Commits specification.
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"
}