cz-conventional-changelog-atom

0.0.2 • Public • Published

cz-conventional-changelog-atom

This is a fork from cz-conventional-changelog.

cz-conventional-changelog-atom

Install with yarn

yarn add --dev cz-conventional-changelog-atom
commitizen init cz-conventional-changelog-atom --save-dev --save-exact

The command should add this to your package.json:

{
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog-atom"
    }
  }
}

Preview

  • "" when when finding no applicable emoji (AKA make a commit without an emoji)
  • 🎨 :art: when improving the format/structure of the code
  • 🐎 :racehorse: when improving performance
  • 🚱 :non-potable_water: when plugging memory leaks
  • 📝 :memo: when writing docs
  • 🐧 :penguin: when fixing something on Linux
  • 🍎 :apple: when fixing something on Mac OS
  • 🏁 :checkered_flag: when fixing something on Windows
  • 🐛 :bug: when fixing a bug
  • 🔥 :fire: when removing code or files
  • 💚 :green_heart: when fixing the CI build
  • :white_check_mark: when adding tests
  • 🔒 :lock: when dealing with security
  • ⬆️ :arrow_up: when upgrading dependencies
  • ⬇️ :arrow_down: when downgrading dependencies
  • 👕 :shirt: when removing linter warnings

Based on Atom's contribution message guide.

License

Copyright (c) 2016, Ethan Rubio

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Source: http://opensource.org/licenses/ISC

Package Sidebar

Install

npm i cz-conventional-changelog-atom

Weekly Downloads

2

Version

0.0.2

License

ISC

Last publish

Collaborators

  • ethanrubio