From bd311ed11b3b6db39c0eaf460f56ae89f9c28bcb Mon Sep 17 00:00:00 2001 From: SalmanTwo Date: Mon, 4 Mar 2024 17:15:42 +0000 Subject: [PATCH] Bump version 24.01.29 -> 24.03.04 --- README.md | 6 +++--- commit-msg.py | 2 +- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8d85efb..7b0db71 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,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: 24.01.29 + rev: 24.03.04 hooks: - id: linear-ref ``` @@ -23,7 +23,7 @@ To check for both a reference to a Linear issue as well as a conventional commit ```yaml # .pre-commit-config.yaml - repo: https://github.com/two-inc/git-hooks.git - rev: 24.01.29 + rev: 24.03.04 hooks: - id: commit-type-with-linear-ref ``` @@ -33,7 +33,7 @@ Alternatively, you can use ssh ```yaml # .pre-commit-config.yaml - repo: git@github.com:two-inc/git-hooks.git - rev: 24.01.29 + rev: 24.03.04 hooks: - id: commit-type-with-linear-ref ``` diff --git a/commit-msg.py b/commit-msg.py index fa50c3b..d7bc5df 100755 --- a/commit-msg.py +++ b/commit-msg.py @@ -22,7 +22,7 @@ T-5482/feat: Amazing new feature -See https://github.com/two-inc/git-hooks/blob/24.01.29/README.md for more info." +See https://github.com/two-inc/git-hooks/blob/24.03.04/README.md for more info." """ if __name__ == "__main__": diff --git a/pyproject.toml b/pyproject.toml index c3a81e2..b095b50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.bumpver] -current_version = "24.01.29" +current_version = "24.03.04" version_pattern = "0Y.0M.0D[-INC0]" commit_message = "Bump version {old_version} -> {new_version}" commit = true