Tags: adeebahmed/cz-cli
Tags
fix(package): update cz-conventional-changelog to version 1.1.6 (comm… …itizen#206) https://greenkeeper.io/
fix(commit): does not try to escape backticks on Windows fixes previous commit, which should only have applied to *nix Closes commitizen#105
fix(commit): allow backticks in commit message Escapes backticks before passing the commit message to Git. Closes commitizen#105
fix(lib): keep newline at the end of package.json fixes commitizen#159
fix(lib): Expose commitizen as a library This fixes index.js so that it exposes commitizen as a library. Closes commitizen#80
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
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