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