Releases: compilerla/conventional-pre-commit
Releases · compilerla/conventional-pre-commit
v4.0.0
This release brings the long-requested feature of skipping merge commits by default. The existing behavior of failing on merge commits is maintained with the --strict
flag. Thanks to @zlodes and their original work in #103.
Thanks also to @aeimer and their suggestion in #104 to improve the docs around the pre-commit-config.yaml
setup and initial installation.
What's Changed
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #123
- Refactor: classes for format checking by @thekaveman in #119
Full Changelog: v3.6.0...v4.0.0
v4.0.0-pre1
Pre-release 1 for 4.0.0
v3.6.0
v3.5.0
What's Changed
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #107
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #112
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #114
- Fix optional scope not respected when using --scopes flag by @nimaps in #113
- Chore: GitHub release after PyPI release by @thekaveman in #115
New Contributors
Full Changelog: v3.4.0...v3.5.0
v3.5.0-pre1
RC1 for the v3.5.0 release
v3.4.0
What's Changed
- feat(format): improve verbose commit message stripping by @kmoschcau in #105
New Contributors
- @kmoschcau made their first contribution in #105
Full Changelog: v3.3.0...v3.4.0
v3.3.0
What's Changed
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #97
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #98
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #99
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #100
- feat(format): added scopes argument to specify valid scopes by @mjspeck in #102
New Contributors
Full Changelog: v3.2.0...v3.3.0
v3.2.0
- Support commit messages generated by
git commit -v/--verbose
by @Ezri-Mudde in #96
What's Changed
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #88
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #90
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #94
- chore(deps): bump softprops/action-gh-release from 1 to 2 by @dependabot in #93
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #95
- feat: Add support for verbose git messages by @Ezri-Mudde in #96
New Contributors
- @Ezri-Mudde made their first contribution in #96
Full Changelog: v3.1.0...v3.2.0
v3.2.0-pre1
First release candidate for 3.2.0
v3.1.0
- Fixes a bug in the enforcement of newlines between message and body introduced in
v3.0.0
- Allows comma
,
characters in the scope portion of message
What's Changed
- Fix: correct matrix variable name by @thekaveman in #75
- chore(deps): bump actions/setup-python from 4 to 5 by @dependabot in #79
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #78
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #82
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #83
- feat: support comma separated scopes by @martinp7 in #86
- fix: Handle comments by stripping by @nikolaik in #87
New Contributors
- @dependabot made their first contribution in #79
- @martinp7 made their first contribution in #86
- @nikolaik made their first contribution in #87
Full Changelog: v3.0.0...v3.1.0