0.2.2 • Published 6 years ago
@jordanforeman/release-config v0.2.2
@jordanforeman/release-config
Shared semantic-release configuration
Installation
$ npm i -D @jordanforeman/release-config --save-exactUsage
- Create a
.releasercfile at the root of your repository - Customize your newly created
.releasercfile to extend@jordanforeman/release-config(like so):
{
"extends": "@jordanforeman/release-config"
}