conventional-changelog-cz-emoji

2.0.1 • Public • Published

Conventional Changelog cz-emoji

This is a conventional changelog adapter for cz-emoji

Install

yarn global add conventional-changelog-cli yarn add conventional-changelog-cz-emoji

Setup

Add this to your package.json:

{
  "scripts": {
    "preversion": "yarn test", // Recommended
    "postversion": "conventional-changelog -i CHANGELOG.md -s -n node_modules/conventional-changelog-cz-emoji"
  }
}

Recommended workflow

  1. Make changes
  2. Commit those changes
  3. Make sure your CI turns green
  4. Bump version in package.json with yarn version

Package Sidebar

Install

npm i conventional-changelog-cz-emoji

Weekly Downloads

17

Version

2.0.1

License

MIT

Unpacked Size

13.6 kB

Total Files

14

Last publish

Collaborators

  • tpucci