mirror of
https://github.com/webiny/action-conventional-commits.git
synced 2024-11-10 12:09:34 +01:00
docs: update version
This commit is contained in:
parent
ef414e5205
commit
5944ec132b
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
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
|
### Usage
|
||||||
Latest version: `v1.0.3`
|
Latest version: `v1.0.5`
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
name: Conventional Commits
|
name: Conventional Commits
|
||||||
|
@ -23,5 +23,5 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- uses: webiny/action-conventional-commits@v1.0.3
|
- uses: webiny/action-conventional-commits@v1.0.5
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue