Skip to content

Releases: compilerla/conventional-pre-commit

v3.0.0-pre4

17 Nov 22:29
2f7ad0d
Compare
Choose a tag to compare
v3.0.0-pre4 Pre-release
Pre-release
Fix: unpin minor version of pypi-publish (#73)

v3.0.0-pre3

17 Nov 21:16
dfbb81a
Compare
Choose a tag to compare
v3.0.0-pre3 Pre-release
Pre-release
Fix: typo in included workflow (#72)

v3.0.0-pre2

17 Nov 21:08
dfbb81a
Compare
Choose a tag to compare
v3.0.0-pre2 Pre-release
Pre-release
Fix: typo in included workflow (#72)

v2.4.0

19 Aug 01:07
09c0045
Compare
Choose a tag to compare

A long-requested change, conventional-pre-commit now accepts git commit --fixup-style commit messages by default.

For the original behavior of enforcing pure Conventional Commits formatting, pass the --strict flag:

- repo: https://github.com/compilerla/conventional-pre-commit
  rev: <git sha or tag>
  hooks:
    - id: conventional-pre-commit
      stages: [commit-msg]
      args: [--strict]

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0

PyPI: https://pypi.org/project/conventional-pre-commit/2.4.0/

v2.4.0-pre

19 Aug 00:56
09c0045
Compare
Choose a tag to compare
v2.4.0-pre Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0-pre

v2.3.0

06 Jun 16:31
7f91e14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

PyPI: https://pypi.org/project/conventional-pre-commit/2.3.0/

v2.2.0

21 Apr 21:46
5ab8d73
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.2.0

PyPI: https://pypi.org/project/conventional-pre-commit/2.2.0/

v2.2.0-pre

21 Apr 21:41
5ab8d73
Compare
Choose a tag to compare
v2.2.0-pre Pre-release
Pre-release

What's Changed

Full Changelog: v2.1.1...v2.2.0

v2.1.1

22 Sep 21:58
5f49651
Compare
Choose a tag to compare

Fast-follow on v2.1.0 because I forgot to bump the code version, which caused the PyPI publish to fail 🙄

What's Changed

Full Changelog: v2.1.0...v2.1.1

PyPI: https://pypi.org/project/conventional-pre-commit/2.1.1/

v2.1.0

22 Sep 21:51
6beb7a7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0