Skip to content

Releases: conventional-changelog/commitlint

v5.2.1

05 Dec 13:45
Compare
Choose a tag to compare

5.2.1 (2017-11-30)

Bug Fixes

  • travis-cli: lint ranges only for pr builds (85b201f)

v5.2.0

30 Nov 08:35
Compare
Choose a tag to compare

5.2.0 (2017-11-30)

Bug Fixes

  • consider pull requests from forks (4653c2c)

Features

  • babel-preset-commitlint: add jsx tranform (#163) (5190241)

v5.1.3

28 Nov 07:13
Compare
Choose a tag to compare

5.1.3 (2017-11-24)

Bug Fixes

  • config-conventional: add missing applicable attribute to type-enum (a8db0b1)

v5.1.2

28 Nov 07:12
Compare
Choose a tag to compare

Bug Fixes

  • config-conventional: add missing applicable attribute to type-enum (a8db0b1)

5.1.2 (2017-11-24)

v5.1.1

24 Nov 16:12
Compare
Choose a tag to compare

Republish for broken packages in v5.1.0

v5.1.0

24 Nov 16:11
Compare
Choose a tag to compare

5.1.0 (2017-11-24)

Bug Fixes

  • update dependency concurrently to v3.5.1 (#147) (a809d0f)
  • config-conventional: remove unneeded dependency (d0e62fd)

Features

  • prompt: add description for build, ci and revert (#148) (ee6ec6e)
  • travis-cli: add reusable travis command line interface (3e6e6a8)
  • add conventional-changelog package (8bb0a85)

v5.0.2

24 Nov 16:11
Compare
Choose a tag to compare

Intermediary release for Angular.

v5.0.1

19 Nov 11:09
Compare
Choose a tag to compare

5.0.1 (2017-11-19)

Bug Fixes

  • core: fall back to globally installed config if available (#127) (8612eb3)

v5.0.0

18 Nov 16:30
Compare
Choose a tag to compare

5.0.0 (2017-11-18)

Bug fixes

  • core: interprets array values for subject-case correctly

Features

  • 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@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

v4.3.0

08 Nov 20:41
Compare
Choose a tag to compare

4.3.0 (2017-11-08)

Bug Fixes

Features

  • add references-empty rule (4fc8d5d)