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

fix(defaultValues): Added fallback for optional default values #99

Merged
merged 1 commit into from May 4, 2020

Commits on Oct 3, 2019

  1. fix(defaultValues): Added fallback for optional default values

    We are using [commitizen](https://github.com/commitizen/cz-cli) and after bumping it to version 4.0.3 that bumped the version of [cz-conventional-changelog](https://github.com/commitizen/cz-conventional-changelog) to version 3.0.1 we started getting the error message .
    
    After some investigating we could track it to the default values introduced in PR [commitizen#69](commitizen#69).
    
    This PR makes it so the default values are optional and safeguards so if no default values are present it does not crash.
    tomkaar committed Oct 3, 2019
    Copy the full SHA
    df840fe View commit details
    Browse the repository at this point in the history