-
Notifications
You must be signed in to change notification settings - Fork 76
"BREAKING CHANGE: " keyword does not trigger major version bump #108
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
Comments
Please see the Angular Commit Message Conventions. |
What a horrible error message... |
Hi Evan, you clearly are dissatisfied with semantic release: https://twitter.com/TheEvanCarroll/status/1441447068397015044 We'd ask you at this point to refrain from venting your frustration within the semantic-release community and fork the project instead. |
It's not venting. It makes sense to follow the Angular Commit message format, but this series of errors is not very informative,
It would be much more useful to say,
I do have a fork of most of the semantic-release/* stuff that cleans up the errors, but not commit-analyzer yet. I'm rewriting the project in Rust, but I'm no where near a release. I also give back online on StackOverflow to try to eliminate the confusion without patching. |
Steps to reproduce:
git clone https://github.com/sweetalert2/sweetalert2.git npm i -g semantic-release@16.0.0-beta.16 @semantic-release/changelog@3 @semantic-release/exec@3 @semantic-release/git@7; semantic-release
Output:
Actual behavior:
Expected behavior:
The new major should be released, because there are multiple commits with
BREAKING CHANGE:
keyword in itThe text was updated successfully, but these errors were encountered: