Skip to content

Commit 9aedd78

Browse files
committed
Bump version 24.11.29 -> 25.06.20
1 parent ece16f5 commit 9aedd78

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To only check for a reference to a Linear issue in your commit message, add this
1919
```yaml
2020
# .pre-commit-config.yaml
2121
- repo: https://github.com/two-inc/git-hooks.git
22-
rev: 24.11.29
22+
rev: 25.06.20
2323
hooks:
2424
- id: linear-ref
2525
```
@@ -31,7 +31,7 @@ this:
3131
```yaml
3232
# .pre-commit-config.yaml
3333
- repo: https://github.com/two-inc/git-hooks.git
34-
rev: 24.11.29
34+
rev: 25.06.20
3535
hooks:
3636
- id: commit-type-with-linear-ref
3737
```
@@ -41,7 +41,7 @@ Alternatively, you can use ssh
4141
```yaml
4242
# .pre-commit-config.yaml
4343
- repo: git@github.com:two-inc/git-hooks.git
44-
rev: 24.11.29
44+
rev: 25.06.20
4545
hooks:
4646
- id: commit-type-with-linear-ref
4747
```

git_hooks/commit_msg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
2222
T-5482/feat: Amazing new feature
2323
24-
See https://github.com/two-inc/git-hooks/blob/24.11.29/README.md for more info.
24+
See https://github.com/two-inc/git-hooks/blob/25.06.20/README.md for more info.
2525
{ENDC}
2626
{common.commit_types_doc}
2727
"""

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "git-hooks"
3-
version = "24.11.29"
3+
version = "25.06.20"
44
dependencies = ["gql[requests]==3.4.1"]
55
requires-python = ">=3.10"
66

@@ -21,7 +21,7 @@ prepare-commit-msg = "git_hooks.prepare_commit_msg:main"
2121
commit-msg = "git_hooks.commit_msg:main"
2222

2323
[tool.bumpver]
24-
current_version = "24.11.29"
24+
current_version = "25.06.20"
2525
version_pattern = "0Y.0M.0D[-INC0]"
2626
commit_message = "Bump version {old_version} -> {new_version}"
2727
commit = true

0 commit comments

Comments
 (0)