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: do not include .nyc_output in published files #851

Merged
merged 1 commit into from Nov 8, 2021

Commits on Sep 30, 2021

  1. fix: do not include .nyc_output in published files

    I noticed in a PR review for a bump from 4.2.3 to 4.2.4 that there were
    [810 changed files][1]. One was packages.json, the other 809 were
    .nyc_output json files. This makes it particularly tough to do a
    thorough security review.
    
    [1]: https://app.renovatebot.com/package-diff?name=commitizen&from=4.2.3&to=4.2.4#d2h-425221
    
    fixes commitizen#730
    andrewhampton committed Sep 30, 2021
    Copy the full SHA
    e2e3827 View commit details
    Browse the repository at this point in the history