Skip to content

Commit

Permalink
Update rev in examples to latest release (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
nimakalantar committed Nov 24, 2022
1 parent 5df3df2 commit 408c915
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
```bash
$ cat .pre-commit-config.yaml
- repo: https://github.com/zahorniak/pre-commit-circleci.git
rev: v0.5 # Ensure this is the latest tag, comparing to the Releases tab
rev: v0.6 # Ensure this is the latest tag, comparing to the Releases tab
hooks:
- id: circleci_validate
```
Expand All @@ -27,7 +27,7 @@ For example, to set an org-slug:
```bash
$ cat .pre-commit-config.yaml
- repo: https://github.com/zahorniak/pre-commit-circleci.git
rev: v0.5 # Ensure this is the latest tag, comparing to the Releases tab
rev: v0.6 # Ensure this is the latest tag, comparing to the Releases tab
hooks:
- id: circleci_validate
args:
Expand All @@ -38,7 +38,7 @@ Or specify a custom config file:
```bash
$ cat .pre-commit-config.yaml
- repo: https://github.com/zahorniak/pre-commit-circleci.git
rev: v0.5 # Ensure this is the latest tag, comparing to the Releases tab
rev: v0.6 # Ensure this is the latest tag, comparing to the Releases tab
hooks:
- id: circleci_validate
args:
Expand Down

0 comments on commit 408c915

Please sign in to comment.