Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git cz fails in this repo #210

Closed
sarbbottam opened this issue Apr 25, 2016 · 2 comments
Closed

git cz fails in this repo #210

sarbbottam opened this issue Apr 25, 2016 · 2 comments

Comments

@sarbbottam
Copy link
Contributor

...
   "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    },
...

screen shot 2016-04-25 at 2 54 44 pm

However, if I update path to cz-conventional-changelog instead of ./node_modules/cz-conventional-changelog, it works as desired.

...
   "commitizen": {
      "path": "cz-conventional-changelog"
    },
...
@jimthedev
Copy link
Member

Hi @sarbbottam. Sorry for causing this issue. I described it a bit more in detail here including how it came about and why these kinds of issues are unlikely to come up in the future: commitizen/cz-conventional-changelog#20 (comment)

Basically. You need to update to the latest version of the commitizen cli (2.8.1 or greater). I see from your screenshot you are on a slightly older cli.

Again, my apologies for the inconvenience.

@sarbbottam
Copy link
Contributor Author

No worries. Closing the issue, as the latest version addresses the issue. Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants