Skip to content

Releases: JonasSchubert/commitlint-presets

v2.0.1

10 Dec 08:09
Compare
Choose a tag to compare

2.0.1 (2024-12-10)

Bug Fixes

  • rules: fix logic of skip ci (943cd45)

v2.0.0

09 Dec 18:59
Compare
Choose a tag to compare

2.0.0 (2024-12-09)

chore

  • engines: require node 22 and up and npm 10 and up (8df5ced)

Features

  • plugins: add a rule to detect commits which would skip the ci (d4d9a1d)
  • rules: add error for body- and footer-leading-blank (65b14e2)

BREAKING CHANGES

  • rules: error is being thrown for rule body- and footer-leading-blank
  • engines: require at least node 22 and npm 10

v1.0.5

17 Mar 12:15
Compare
Choose a tag to compare

1.0.5 (2024-03-17)

Bug Fixes

  • dependencies: bump commitlint and husky (0aa26e6)

v1.0.4

01 Feb 18:35
Compare
Choose a tag to compare

1.0.4 (2024-02-01)

Bug Fixes

  • rules: set length of scope-min-length to 2 (8e93492)

v1.0.3

16 Nov 20:20
Compare
Choose a tag to compare

1.0.3 (2023-11-16)

Bug Fixes

  • engines: allow additional versions (8f87b45)

v1.0.2

19 Oct 06:14
Compare
Choose a tag to compare

1.0.2 (2023-10-19)

Bug Fixes

  • npm: remove semantic release dependencies (1d55a0e)

v1.0.1

19 Oct 06:09
Compare
Choose a tag to compare

1.0.1 (2023-10-19)

Bug Fixes

  • packages: remove obsolet dependencies, add project itself to validate commits (e789233)
  • rules: add scope-empty (fa984b8)

v1.0.0

19 Oct 05:49
Compare
Choose a tag to compare

1.0.0 (2023-10-19)

Features