Skip to content

Tags: adeebahmed/cz-cli

Tags

v2.8.2

Toggle v2.8.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix(package): add supported engines to package specification (commiti…

…zen#229)

v2.8.1

Toggle v2.8.1's commit message
fix(package): update cz-conventional-changelog to version 1.1.6 (comm…

…itizen#206)

https://greenkeeper.io/

v2.8.0

Toggle v2.8.0's commit message
docs(bootstrap): add documentation for passing config via bootstrap (c…

…ommitizen#195)

v2.7.6

Toggle v2.7.6's commit message
fix(commit): does not try to escape backticks on Windows

fixes previous commit, which should only have applied to *nix

Closes commitizen#105

v2.7.5

Toggle v2.7.5's commit message
fix(commit): allow backticks in commit message

Escapes backticks before passing the commit message to Git.

Closes commitizen#105

v2.7.4

Toggle v2.7.4's commit message
fix(commit): allow quotes in commit message

Fixes an issue in which quotes in the description were not escaped and would cause cz to fail.

v2.7.3

Toggle v2.7.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix(lib): keep newline at the end of package.json

fixes commitizen#159

v2.7.2

Toggle v2.7.2's commit message
fix(lib): Expose commitizen as a library

This fixes index.js so that it exposes commitizen as a library.

Closes commitizen#80

v2.7.1

Toggle v2.7.1's commit message
fix(cache): use lodash assign for better node 0.12 support

Previously we used Object.assign, but for better node 0.12 support we can use _.assign. This also
fixes a small wording change in some tests.

Fixes commitizen#132

v2.7.0

Toggle v2.7.0's commit message
feat(commit): add --retry option

This adds an option to git cz --retry the latest commit. This is useful if you go through the
prompts but your tests fail.

Closes commitizen#132