Skip to content

Commit 8bc41ff

Browse files
committed
wip: prepare 1.3.0 release
1 parent 3447696 commit 8bc41ff

File tree

2 files changed

+681
-227
lines changed

2 files changed

+681
-227
lines changed

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.2.0`
10+
Latest version: `v1.3.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.1.0
26+
- uses: webiny/action-conventional-commits@v1.3.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)