Skip to content

Releases: conventional-changelog/commitlint

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)

4.2.2

26 Oct 19:42
Compare
Choose a tag to compare

Bug Fixes

v4.2.1

26 Oct 19:41
Compare
Choose a tag to compare

Bug Fixes

  • cli: nicer error messages (#93) (dcfad61)
  • core: consider config outside of current git repo (f7234b6)

v4.2.0

14 Oct 09:44
Compare
Choose a tag to compare

4.2.0 (2017-10-14)

Features

  • cli: edit flag now accepts the path to the commit file (c881433), closes #40
  • core: edit flag now accepts the path to the commit file (c881433), closes #40

v4.1.1

09 Oct 11:28
Compare
Choose a tag to compare

4.1.1 (2017-10-09)

Bug Fixes

  • config-lerna-scopes: fix package list get with recent lerna versions (8f35dae)

v4.1.0

05 Oct 07:05
Compare
Choose a tag to compare

Features

  • core: ignore version commits with footers (3804176)

v4.0.0

04 Oct 19:03
Compare
Choose a tag to compare

Features

  • enable alternative config formats
  • add additional case options

Documentation

  • fix package naming in local setup guide
  • fix guides-local-setup link in docs README
  • fix incorrect 'git fetch' option
  • fix incorrect package names
  • fix some typos

BREAKING CHANGES

  • discontinue support of .conventional-changelog-lintrc