Skip to content

Commit

Permalink
wip: prepare 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Jan 26, 2024
1 parent 3447696 commit 8bc41ff
Show file tree
Hide file tree
Showing 2 changed files with 681 additions and 227 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.2.0`
Latest version: `v1.3.0`

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

- uses: webiny/action-conventional-commits@v1.1.0
- uses: webiny/action-conventional-commits@v1.3.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Optional, for private repositories.
allowed-commit-types: "feat,fix" # Optional, set if you want a subset of commit types to be allowed.
Expand Down
Loading

0 comments on commit 8bc41ff

Please sign in to comment.