Skip to content

Commit 654bf97

Browse files
committed
docs: describe 5.0.0 release
1 parent 25381b6 commit 654bf97

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,42 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="5.0.0"></a>
7+
# [5.0.0](https://github.com/marionebl/commitlint/compare/v4.3.0...v5.0.0) (2017-11-18)
8+
9+
### Bug fixes
10+
11+
* core: interprets array values for subject-case correctly
12+
13+
### Features
14+
15+
* config-angular: disallow subject with uppercase first character, #114
16+
* config-angular-type-enum: remove chore type
17+
18+
19+
BREAKING CHANGE
20+
21+
TL;DR
22+
* chore is no longer a valid commit type
23+
* subject with leading capitalized letter are forbidden now
24+
25+
Angular has removed the chore type from their
26+
conventions as of January 2017
27+
28+
See angular/angular@dff6ee3#diff-6a3371457528722a734f3c51d9238c13L204
29+
for reference
30+
31+
This removes the previous chore type from the list
32+
of allowed types.
33+
34+
Projects using the Angular commit convention will identify commits with chore type as faulty.
35+
36+
Also, formerly working commit messages are now considered problems:
37+
38+
* type: SOME MESSAGE
39+
* type: SomeMessage
40+
* type: Some Message
41+
642
<a name="4.3.0"></a>
743
# [4.3.0](https://github.com/marionebl/commitlint/compare/v4.2.2...v4.3.0) (2017-11-08)
844

0 commit comments

Comments
 (0)