-
-
Notifications
You must be signed in to change notification settings - Fork 297
feat(conventional_commits): Add exclamation on commit title for breaking change #1576
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(conventional_commits): Add exclamation on commit title for breaking change #1576
Conversation
79a72cd
to
dad2e40
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@ ## master #1576 +/- ## ========================================== + Coverage 97.33% 98.25% +0.92% ========================================== Files 42 58 +16 Lines 2104 2700 +596 ========================================== + Hits 2048 2653 +605 + Misses 56 47 -9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
69db5b4
to
b313847
Compare
cf7c06d
to
f69f73f
Compare
c700d66
to
8b969db
Compare
Add a configuration (disable by default) to allow exclamation in commit title to ease identify BC simple git log parsing. Signed-off-by: Sebastien Fusilier <sebastien.fusilier@gmail.com>
Force consistent terminal width for tests to avoid wrapping differences between single and multi-worker pytest modes Signed-off-by: Sebastien Fusilier <sebastien.fusilier@gmail.com>
f69f73f
to
186fbd8
Compare
After a rebase on master, I had to add following fix 186fbd83fc7d2fa8c363fa2a08a7d901a657517c to get tests passed.
Also, on my side, I need to add "deprecated" library to get commitizen running.
yep, this needs #1591 to be merged
Uh oh!
There was an error while loading. Please reload this page.
Add a configuration (disable by default) to allow exclamation in commit title to ease identify BC simple git log parsing.
Description
Conventional commit allow to put breaking change exclamation character in git commit title.
This is a useful convention to identify BC commit from the title only.
As it is supported in commitizen parsing, add the option to generate it.
Checklist
Code Changes
poetry all
locally to ensure this change passes linter check and testsDocumentation Changes
poetry doc
locally to ensure the documentation pages renders correctlyExpected Behavior
Steps to Test This Pull Request
Additional Context