1.0.5 • Published 1 year ago

tail-cz v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

tail-cz

An adapter that adds trailer fields for commitizen.

Usage

Quick Start

For a quick global installation.

npm install tail-cz commitizen -g

tail-cz install

Add this adapter

Install this adapter

npm install tail-cz commitizen

Reference it in your .cz.json of your project

{
  "path": "node_modules/tail-cz/"
}

or use commitizen to init

commitizen init tail-cz

Reset tail config

tail-cz reset

Day to day work

Instead of git commit -m 'Your message', you type: git cz with this adapter and it prompts you for:

  • Type
  • Scope
  • Subject
  • Tails

And generates your commit based on that.

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago