-
Notifications
You must be signed in to change notification settings - Fork 909
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 angular allowed commit types #143
Fix angular allowed commit types #143
Conversation
your reference is angular.js not angular. see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#type |
Thanks for contributing! Seems I pulled the trigger on changing to the Angular (vs Angular.js) conventions too early. You PR reverts the breaking change introduced with the version https://github.com/marionebl/commitlint/releases/tag/v5.0.0 The reference commitlint now uses is here If you want to continue using the previous commit types you can install We probably should make the transition smoother by
What do you think? Related |
Follow up with Angular project angular/angular#20537 |
Yes probably the transition was too early, the conventional-changelog projects also need to adapt (suggested version, changelog generation, etc). Perhaps we should create an umbrella issue there to track progress to what needs to change. Regarding the drop of About creating the legacy + backporting, I absolutely agree! Note that standard-version commits with the subject equal to the version so we must not break those use-cases. |
I created this issue here to keep track of our progress: |
Motivation and Context
Allowed types were wrong according to https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commits
Usage examples
Does not apply.
How Has This Been Tested?
Tested manually.
Types of changes
Checklist:
Couldn't run tests..
npm i && npm t
fails with missing dependencies.