Skip to content

Commit

Permalink
update version in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan authored Aug 17, 2020
1 parent 35958c0 commit 1aa2133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Add this to your project's ``.pre-commit-config.yaml`` file:
repos:
- repo: https://github.com/Cielquan/commit-msg-jira-hook
rev: 0.7.0 # Use the ref you want to point at
rev: 0.7.1 # Use the ref you want to point at
hooks:
- id: jira_commit_msg
args: ["--jira-tag=<TAG>", "--verify", "--jira-url=<URL>"]
Expand Down Expand Up @@ -91,7 +91,7 @@ Add this to your project's ``.pre-commit-config.yaml`` file:
repos:
- repo: https://github.com/Cielquan/commit-msg-jira-hook
rev: 0.7.0 # Use the ref you want to point at
rev: 0.7.1 # Use the ref you want to point at
hooks:
- id: jira_prepare_commit_msg
args: ["--jira-tag=<TAG>"]
Expand Down

0 comments on commit 1aa2133

Please sign in to comment.