Skip to content

Commit

Permalink
docs: update latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Oct 18, 2022
1 parent 03a9c76 commit 679da97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5`
Latest version: `v1.1.0`

```yml
name: Conventional Commits
Expand All @@ -23,5 +23,5 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: webiny/action-conventional-commits@v1.0.5
- uses: webiny/action-conventional-commits@v1.1.0
```

0 comments on commit 679da97

Please sign in to comment.