-
Notifications
You must be signed in to change notification settings - Fork 552
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
V3.x #453
base: master
Are you sure you want to change the base?
V3.x #453
Conversation
Use the execa library when invoing git
On my system `stdout` was undeifned and resulted in "Cannot read property 'trim' of undefined". Switching this code to also use execa fixes that issue.
BREAKING CHANGE: Node.js 0.12 is no longer supported
…416) Adapters should depend directly on inquirer instead of using the one provided by us.
BREAKING CHANGE: czConfig is no longer read for config
This replaces ghooks with husky. ghooks is deprecated in favor of husky. Contributors may need to For commitizen developers, you need to do the following: 1. rm -rf .git/hooks 2. rm -rf node_modules 3. run npm install. Closes #410
Hey there. Thanks for doing this! Can you update the conflicts? |
cc @saketjajoo |
Since this is a new major release, maybe consider upgrading the ancient inquirer version? Also I remember reading thoughts about letting The adapter supply their own version of inquirer (this would greatly reduce the risk of breaking in the feature)? One could consider dropping support for non LTS/current versions aswell and start using features like package-lock.json or yarn.lock for better stability. |
This PR is so old. I'm converting it to a draft until someone has time to look at it and see if it is still valid. |
No description provided.