Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Quick Start

repos:
- repo: https://github.com/commit-check/commit-check
rev: v2.5.0
rev: v2.6.0
hooks:
- id: check-message
- id: check-branch
Expand Down Expand Up @@ -178,7 +178,7 @@ For one-off checks or CI/CD pipelines, you can configure via CLI arguments or en
# In pre-commit hooks (.pre-commit-config.yaml)
repos:
- repo: https://github.com/commit-check/commit-check
rev: v2.5.0
rev: v2.6.0
hooks:
- id: check-message
args:
Expand Down
Loading