Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/twipped/semrel-config

Semantic Release configuration for Twipped projects
https://github.com/twipped/semrel-config

Last synced: about 1 month ago
JSON representation

Semantic Release configuration for Twipped projects

Awesome Lists containing this project

README

        

# @twipped/semantic-release-config

Description of your library's purpose

## Usage

1. Install this package as a dependency into your project
```sh
npm install -D semantic-release @twipped/semrel-config
```

2. Add the following block to your `package.json`
```json
{
"release": {
"extends": "@twipped/semrel-config"
}
}
```