You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(config-angular): update to latest convention (#123)
* refactor(config-angular): break out config-angular-type-enum
* feat(config-angular-type-enum): remove chore type
* feat(config-angular): disallow subject with uppercase first character
* fix(core): interprete array values for subject-case correctly
* test: adapt to new angular rules
BREAKING CHANGE
TL;DR
* chore is no longer a valid commit type
* subject with leading capitalized letter are forbidden now
Angular has removed the chore type from their
conventions as of January 2017
See angular/angular@dff6ee3#diff-6a3371457528722a734f3c51d9238c13L204
for reference
This removes the previous chore type from the list
of allowed types.
Projects using the Angular commit convention will identify commits with chore type as faulty.
Also, formerly working commit messages are now considered problems:
* type: SOME MESSAGE
* type: SomeMessage
* type: Some Message
0 commit comments