File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
42
<a name =" 4.3.0 " ></a >
7
43
# [ 4.3.0] ( https://github.com/marionebl/commitlint/compare/v4.2.2...v4.3.0 ) (2017-11-08)
8
44
You can’t perform that action at this time.
0 commit comments