@kocal/semantic-release-preset
v2.0.21
Published
Kocal's Semantic Release preset
Downloads
1,061
Readme
Semantic Release preset
Features
- Analyze commits by using
angular
preset, commitsbuild(deps)
are seen as patch - Generate a changelog by using
angular
preset, it will add an entry for every commit types (feat, fix, perf, revert, docs, refactor, build) - Publish the release on GitHub, with a tag and a changelog
- Publish the release on NPM, with a tag
Installation
$ yarn add -D semantic-release @kocal/semantic-release-preset
Usage
In Semantic Release configuration file:
{
"extends": "@kocal/semantic-release-preset"
}