Skip to content

Commit

Permalink
Bump version 24.01.29 -> 24.03.04
Browse files Browse the repository at this point in the history
  • Loading branch information
SalmanTwo committed Mar 4, 2024
1 parent 5ea0839 commit bd311ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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
```
Expand All @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion commit-msg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__":
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit bd311ed

Please sign in to comment.