diff --git a/README.md b/README.md index 369aeba..171f147 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ To only check for a reference to a Linear issue in your commit message, add this ```yaml # .pre-commit-config.yaml - repo: https://github.com/two-inc/git-hooks.git - rev: 25.08.04 + rev: 26.03.10 hooks: - id: linear-ref ``` @@ -31,7 +31,7 @@ this: ```yaml # .pre-commit-config.yaml - repo: https://github.com/two-inc/git-hooks.git - rev: 25.08.04 + rev: 26.03.10 hooks: - id: commit-type-with-linear-ref ``` @@ -41,7 +41,7 @@ Alternatively, you can use ssh ```yaml # .pre-commit-config.yaml - repo: https://github.com/two-inc/git-hooks - rev: 25.08.04 + rev: 26.03.10 hooks: - id: commit-type-with-linear-ref ``` diff --git a/git_hooks/commit_msg.py b/git_hooks/commit_msg.py index d3194db..6fe96af 100644 --- a/git_hooks/commit_msg.py +++ b/git_hooks/commit_msg.py @@ -21,7 +21,7 @@ T-5482/feat: Amazing new feature -See https://github.com/two-inc/git-hooks/blob/25.08.04/README.md for more info. +See https://github.com/two-inc/git-hooks/blob/26.03.10/README.md for more info. {ENDC} {common.commit_types_doc} """ diff --git a/pyproject.toml b/pyproject.toml index 04b5c40..09412f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "git-hooks" -version = "25.08.04" +version = "26.03.10" dependencies = ["gql[requests]==3.4.1"] requires-python = ">=3.10" @@ -21,7 +21,7 @@ prepare-commit-msg = "git_hooks.prepare_commit_msg:main" commit-msg = "git_hooks.commit_msg:main" [tool.bumpver] -current_version = "25.08.04" +current_version = "26.03.10" version_pattern = "0Y.0M.0D[-INC0]" commit_message = "Bump version {old_version} -> {new_version}" commit = true