From bfad0f127ec215b413f8884f1e5f123c058c29dd Mon Sep 17 00:00:00 2001 From: Adrian Smijulj Date: Thu, 11 Jun 2020 13:05:59 +0200 Subject: [PATCH] fix: update latest version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfb1034..0c6b9a5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A simple GitHub action that makes sure all commit messages are following the [Co Note that, typically, you would make this check on a pre-commit hook (for example, using something like [Commitlint](https://commitlint.js.org/)), but those can easily be skipped, hence this GitHub action. ### Usage -Latest version: `v1.0.1` +Latest version: `v1.0.2` ```yml name: Conventional Commits @@ -23,5 +23,5 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: webiny/action-conventional-commits@v1.0.1 + - uses: webiny/action-conventional-commits@v1.0.2 ```