All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
5.2.5 (2017-12-08)
5.2.4 (2017-12-08)
Note: Version bump only for package @commitlint/root
5.2.3 (2017-12-05)
5.2.2 (2017-11-30)
- travis-cli: read push commits directly (9bc56c6)
5.2.1 (2017-11-30)
- travis-cli: lint ranges only for pr builds (85b201f)
5.2.0 (2017-11-30)
- consider pull requests from forks (4653c2c)
5.1.3 (2017-11-24)
- config-conventional: add missing applicable attribute to type-enum (a8db0b1)
5.1.2 (2017-11-24)
5.1.1 (2017-11-24)
- set access for npm (8aeaec2)
5.1.0 (2017-11-24)
- update dependency concurrently to v3.5.1 (#147) (a809d0f)
- config-conventional: remove unneeded dependency (d0e62fd)
- prompt: add description for build, ci and revert (#148) (ee6ec6e)
- travis-cli: add reusable travis command line interface (3e6e6a8)
- add conventional-changelog package (8bb0a85)
5.0.1 (2017-11-19)
5.0.0 (2017-11-18)
- core: interprets array values for subject-case correctly
- config-angular: disallow subject with uppercase first character, #114
- config-angular-type-enum: remove chore type
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@dff6ee 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
4.3.0 (2017-11-08)
- add references-empty rule (4fc8d5d)