npm.io
0.2.2 • Published 6 years ago

@jordanforeman/release-config

Licence
MIT
Version
0.2.2
Deps
6
Size
3 kB
Vulns
1
Weekly
0

@jordanforeman/release-config

NPM version

Shared semantic-release configuration

Installation

$ npm i -D @jordanforeman/release-config --save-exact

Usage

  1. Create a .releaserc file at the root of your repository
  2. Customize your newly created .releaserc file to extend @jordanforeman/release-config (like so):
{
    "extends": "@jordanforeman/release-config"
}