Skip to content

Commit

Permalink
docs: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Slashgear committed Jan 7, 2023
1 parent 4bbe7b1 commit a084d36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To use it, add the following steps in your workflow:

```yaml
steps:
- uses: Slashgear/action-check-pr-title@v4.2.0
- uses: Slashgear/action-check-pr-title@v4.3.0
with:
regexp: "([a-z])+" # Regex the title should match.
```
Expand All @@ -36,7 +36,7 @@ steps:
```yaml
steps:
- uses: Slashgear/action-check-pr-title@v4.0.0
- uses: Slashgear/action-check-pr-title@v4.3.0
with:
regexp: "([a-z])+" # Regex the title should match.
flags: "i" # Flags to add to the regexp
Expand All @@ -46,7 +46,7 @@ steps:
```yaml
steps:
- uses: Slashgear/action-check-pr-title@v4.0.0
- uses: Slashgear/action-check-pr-title@v4.3.0
with:
regexp: "(feat|fix|docs): .++" # Regex the title should match.
helpMessage: "Example: 'feat: example of title'"
Expand Down

0 comments on commit a084d36

Please sign in to comment.