MoonLiightz / conventional-changelog

Conventional changelog plugin for release-it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conventional Changelog plugin for release-it

This plugin will provide the recommended bump to release-it, and update the changelog file (e.g. CHANGELOG.md).

npm install --save-dev @release-it/conventional-changelog

In release-it config:

"plugins": {
  "@release-it/conventional-changelog": {
    "preset": "angular",
    "infile": "CHANGELOG.md"
  }
}

About

Conventional changelog plugin for release-it

License:MIT License


Languages

Language:JavaScript 100.0%