From 8014108cc430b853aebcc5b9edaccb8c01213ad9 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 8 Aug 2026 19:00:10 +0000 Subject: [PATCH] docs: bump the install pins to the released version docs-sync has been failing since v2.13.2: the pre-commit snippets on five pages still pin v2.13.1, so anyone copying one installs three releases behind the page describing it. That is the drift the test was written to catch. The blog's pin is left alone, as the test intends -- a dated post records what was current when it was written. Verified against origin/main: the same five failures reproduce there, so this predates and is independent of #13. --- docs/configuration.md | 2 +- docs/example.md | 2 +- docs/guides/integrations.md | 4 ++-- docs/index.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index fe891bf..0e92584 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -167,7 +167,7 @@ Used from a hook definition, with no config file anywhere in the repository: ```yaml title=".pre-commit-config.yaml" repos: - repo: https://github.com/commit-check/commit-check - rev: v2.13.1 + rev: v2.13.4 hooks: - id: check-message args: diff --git a/docs/example.md b/docs/example.md index 41a412b..c58d8b0 100644 --- a/docs/example.md +++ b/docs/example.md @@ -104,7 +104,7 @@ pushed: ```yaml title=".pre-commit-config.yaml" repos: - repo: https://github.com/commit-check/commit-check - rev: v2.13.1 + rev: v2.13.4 hooks: - id: check-no-force-push stages: [pre-push] diff --git a/docs/guides/integrations.md b/docs/guides/integrations.md index 1a23cf1..308c19d 100644 --- a/docs/guides/integrations.md +++ b/docs/guides/integrations.md @@ -23,7 +23,7 @@ Add Commit Check to `.pre-commit-config.yaml`: ```yaml title=".pre-commit-config.yaml" repos: - repo: https://github.com/commit-check/commit-check - rev: v2.13.1 + rev: v2.13.4 hooks: - id: check-message - id: check-branch @@ -70,7 +70,7 @@ Options can be passed as hook arguments, which keeps everything in one file: ```yaml title=".pre-commit-config.yaml" repos: - repo: https://github.com/commit-check/commit-check - rev: v2.13.1 + rev: v2.13.4 hooks: - id: check-message args: diff --git a/docs/index.md b/docs/index.md index 8dcc204..a721bae 100644 --- a/docs/index.md +++ b/docs/index.md @@ -36,7 +36,7 @@ whatever your AI agent is committing on your behalf. ```yaml title=".pre-commit-config.yaml" repos: - repo: https://github.com/commit-check/commit-check - rev: v2.13.1 + rev: v2.13.4 hooks: - id: check-message - id: check-branch