Skip to content

Commit 6edae44

Browse files
authored
README.md: fix version
In my previous PR tim-actions#1 I made a mistake of using `v1.0.0` instead of `v0.1.0` in one place. This PR fixes that. PS can you please enable "Issues" for this repo? I want to report a problem but can't; thus I am reporting it below. ----- -- there is a tag 'v1' in this repo (https://github.com/tim-actions/commit-message-checker-with-regex/releases/tag/v1) which I think needs to be removed as the latest version is v0.3.1 and v1 > v0, so dependabot suggest to update from v0.3.1 to v1 which is obviously wrong. To fix this, `v1` tag need to be removed. Alternatively, you can release say v1.1 or so and that will fix the issue (an update to README.md is required).
1 parent 44e2d29 commit 6edae44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
token: ${{ secrets.GITHUB_TOKEN }}
4646

4747
- name: Check Subject Line Length
48-
uses: tim-actions/commit-message-checker-with-regex@v1.0.0
48+
uses: tim-actions/commit-message-checker-with-regex@v0.3.1
4949
with:
5050
commits: ${{ steps.get-pr-commits.outputs.commits }}
5151
pattern: '^.{0,75}(\n.*)*$'

0 commit comments

Comments
 (0)