From 408c915ed979916b3c6a33809fc61dcb68cfd234 Mon Sep 17 00:00:00 2001 From: nimakalantar <113363856+nimakalantar@users.noreply.github.com> Date: Thu, 24 Nov 2022 09:53:58 +0000 Subject: [PATCH] Update rev in examples to latest release (#10) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c75edb4..edc2ba0 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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: @@ -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: