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(cli): remove hard coded comment char with linting COMMIT_EDIT_MSG #2618

Merged

Commits on May 25, 2021

  1. fix(cli): remove hard coded comment char with linting COMMIT_EDIT_MSG

    When running the cli and passing the `--edit` flag the comment char
    was hard coded to a `#`. Even if there is a `commentChar` set in the
    `parserOpts` the cli will override it with a `#`.
    
    Now the cli will only set it to a `#` if its not already set in the
    `parserOpts`
    
    Fixes Issue: conventional-changelog#2351
    AdeAttwood committed May 25, 2021
    Copy the full SHA
    b7a6b7a View commit details
    Browse the repository at this point in the history