Releases: compilerla/conventional-pre-commit
v3.0.0-pre4
Fix: unpin minor version of pypi-publish (#73)
v3.0.0-pre3
Fix: typo in included workflow (#72)
v3.0.0-pre2
Fix: typo in included workflow (#72)
v2.4.0
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
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #57
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #58
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #59
- feat: introduce "strict" mode by @vitaly-fanaskov-r in #61
New Contributors
- @vitaly-fanaskov-r made their first contribution in #61
Full Changelog: v2.3.0...v2.4.0
PyPI: https://pypi.org/project/conventional-pre-commit/2.4.0/
v2.4.0-pre
What's Changed
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #57
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #58
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #59
- feat: introduce "strict" mode by @vitaly-fanaskov-r in #61
New Contributors
- @vitaly-fanaskov-r made their first contribution in #61
Full Changelog: v2.3.0...v2.4.0-pre
v2.3.0
What's Changed
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #53
- Added support for non optional scope by @gpatsiaouras in #54
New Contributors
- @gpatsiaouras made their first contribution in #54
Full Changelog: v2.2.0...v2.3.0
PyPI: https://pypi.org/project/conventional-pre-commit/2.3.0/
v2.2.0
What's Changed
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #40
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #42
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #43
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #44
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #45
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #46
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #48
- Refactor: use pyproject.toml for project metadata, requirements, build settings by @thekaveman in #50
- Feat: assume UTF-8 encoding for commit messages by @thekaveman and @Nagico in #51
- Chore: version bump and release steps by @thekaveman in #52
Full Changelog: v2.1.1...v2.2.0
PyPI: https://pypi.org/project/conventional-pre-commit/2.2.0/
v2.2.0-pre
What's Changed
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #40
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #42
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #43
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #44
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #45
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #46
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #48
- Refactor: use pyproject.toml for project metadata, requirements, build settings by @thekaveman in #50
- Feat: assume UTF-8 encoding for commit messages by @thekaveman and @Nagico in #51
- Chore: version bump and release steps by @thekaveman in #52
Full Changelog: v2.1.1...v2.2.0
v2.1.1
Fast-follow on v2.1.0
because I forgot to bump the code version, which caused the PyPI publish to fail 🙄
What's Changed
- Chore: bump version by @thekaveman in #37
Full Changelog: v2.1.0...v2.1.1
PyPI: https://pypi.org/project/conventional-pre-commit/2.1.1/
v2.1.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #32
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #33
- Fix: run CI tests on pull_request and push by @thekaveman in #36
- Add colon as valid scope character (delimiter) by @pmoscode in #35
New Contributors
- @pre-commit-ci made their first contribution in #32
- @pmoscode made their first contribution in #35
Full Changelog: v2.0.0...v2.1.0