semantic-release-config 1.0.0
Install from the command line:
Learn more about npm packages
$ npm install @aurora-is-near/semantic-release-config@1.0.0
Install via package.json:
"@aurora-is-near/semantic-release-config": "1.0.0"
About this version
A shareable Semantic Release configuration.
This repository enforces semantic commit messages. For more details and examples see the Conventional Commits Specification.
yarn install @aurora-is-near/semantic-release-config
Add the following to your semantic-release configuration file:
{
"extends": "@aurora-is-near/semantic-release-config"
}