@twipped/semrel-config
v1.0.1
Published
Semantic Release configuration for Twipped projects
Downloads
2
Maintainers
Readme
@twipped/semantic-release-config
Description of your library's purpose
Usage
- Install this package as a dependency into your project
npm install -D semantic-release @twipped/semrel-config
- Add the following block to your
package.json
{
"release": {
"extends": "@twipped/semrel-config"
}
}