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

feat(issue-6): optional "strict" mode to fail on invalid commits #10

Merged
merged 2 commits into from
Jan 14, 2020

Conversation

albx79
Copy link
Contributor

@albx79 albx79 commented Jan 14, 2020

Closes #6

Implemented a new "--strict" command line option, which causes what-bump
to quit with an error if a non-conventional commit is found.

Also,
improved error reporting, by properly warning on any non-conventional
commit. Warnings are printed regardless of the "--strict"
flag.

Included a proper logging framework to make everything better.

Implemented a new "--strict" command line option, which causes what-bump
to quit with an error if a non-conventional commit is found.

Also,
improved error reporting, by properly warning on any non-conventional
commit. Warnings are printed regardless of the "--strict"
flag.

Included a proper logging framework to make everything better.
@albx79 albx79 requested a review from skylupop January 14, 2020 10:51
@albx79 albx79 merged commit e156277 into develop Jan 14, 2020
@albx79 albx79 deleted the issues/6 branch January 14, 2020 12:24
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

Successfully merging this pull request may close these issues.

Lint commit messages
2 participants