Skip to content

Commit

Permalink
Bump version 24.06.17-6 -> 24.06.18
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkwr committed Jun 18, 2024
1 parent bd445ea commit bf3aaa1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.06.17-6
rev: 24.06.18
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.06.17-6
rev: 24.06.18
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.06.17-6
rev: 24.06.18
hooks:
- id: commit-type-with-linear-ref
```
Expand Down
2 changes: 1 addition & 1 deletion git_hooks/commit_msg.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
T-5482/feat: Amazing new feature
See https://github.com/two-inc/git-hooks/blob/24.06.17-6/README.md for more info.
See https://github.com/two-inc/git-hooks/blob/24.06.18/README.md for more info.
{ENDC}
{common.commit_type_doc}
"""
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "git-hooks"
version = "24.06.17-6"
version = "24.06.18"
dependencies = [
"gql[requests]==3.4.1",
]
Expand All @@ -17,7 +17,7 @@ prepare-commit-msg = "git_hooks.prepare_commit_msg:main"
commit-msg = "git_hooks.commit_msg:main"

[tool.bumpver]
current_version = "24.06.17-6"
current_version = "24.06.18"
version_pattern = "0Y.0M.0D[-INC0]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit bf3aaa1

Please sign in to comment.