Skip to content

Commit b6cc3cc

Browse files
committed
docs: update latest version
1 parent 6a05e2b commit b6cc3cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A simple GitHub action that makes sure all commit messages are following the [Co
77
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.
88

99
### Usage
10-
Latest version: `v1.3.1`
10+
Latest version: `v1.4.0`
1111

1212
```yml
1313
name: Conventional Commits
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v3
2525

26-
- uses: webiny/action-conventional-commits@v1.3.1
26+
- uses: webiny/action-conventional-commits@v1.4.0
2727
with:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Optional, for private repositories.
2929
allowed-commit-types: "feat,fix" # Optional, set if you want a subset of commit types to be allowed.

0 commit comments

Comments
 (0)