Skip to content

Commit

Permalink
docs: add the correct version of the latest release to all examples g…
Browse files Browse the repository at this point in the history
…iven
  • Loading branch information
levivannoort authored Aug 1, 2024
1 parent dde47d5 commit 92502b9
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 @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: validate pull request title
uses: kontrolplane/pull-request-title-validator@v1.2.0
uses: kontrolplane/pull-request-title-validator@v1.3.1
```
### Custom types
Expand All @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: validate pull request title
uses: kontrolplane/pull-request-title-validator@v1.2.0
uses: kontrolplane/pull-request-title-validator@v1.3.1
with:
types: "fix,feat,chore"
```
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: validate pull request title
uses: kontrolplane/pull-request-title-validator@v1.4.0
uses: kontrolplane/pull-request-title-validator@v1.3.1
with:
scopes: "api,lang,parser,package/.+"
```

0 comments on commit 92502b9

Please sign in to comment.