1.0.1 • Published 2 years ago

@twipped/semrel-config v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@twipped/semantic-release-config

Description of your library's purpose

Usage

  1. Install this package as a dependency into your project
npm install -D semantic-release @twipped/semrel-config
  1. Add the following block to your package.json
{
  "release": {
    "extends": "@twipped/semrel-config"
  }
}