0.1.0 • Published 6 years ago

cz-delta v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

cz-delta

I felt I needed a ricer commitizen config for my personal projects, so I made this, using Greek letters I chose semi-arbitrarily so it looks like I actually know something. 🕶

Installation

Install cz-cli and cz-delta globally:

$ npm i -g commitizen cz-delta

Then add cz-delta to your commitizen config inside package.json:

{
  "name": "my-fancy-package",
  "version": "100.10.1",

  "config": {
    "commitizen": {
      "path": "cz-delta"
    }
  }
}

And you're done 🕶

Usage

Simply run git cz when committing in your project, and choose the type of change you've made:

Type of changePrefix
A breaking change (major version bump)Δ
A non-breaking addition (minor version bump)δ
Smaller change, bug fix etc (patch version bump)μ
A change that wouldn't trigger a version bumpθ

Write a short description (preferably less than 72 characters since it looks way better on Github for example--but I'll leave this up to you), and you're done 🕶