0.2.2 • Published 4 years ago

@jordanforeman/release-config v0.2.2

Weekly downloads
11
License
MIT
Repository
-
Last release
4 years ago

@jordanforeman/release-config

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"
}