Skip to content

Commit 295fb24

Browse files
author
GitHub Action
committed
chore(release): publish 5.4.2 [skip-ci]
1 parent 1afdc05 commit 295fb24

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## 5.4.2 (2023-07-22)
6+
57
## [5.4.1](https://github.com/wagoid/commitlint-github-action/compare/v5.4.0...v5.4.1) (2023-04-11)
68

79

action.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,25 @@ description: Lints Pull Request commit messages with commitlint
33
author: Wagner Santos
44
inputs:
55
configFile:
6-
description:
7-
Commitlint config file. If the file doesn't exist, config-conventional settings will be
6+
description: Commitlint config file. If the file doesn't exist, config-conventional settings will be
87
loaded as a fallback.
98
default: ./commitlint.config.js
109
required: false
1110
failOnWarnings:
1211
description: Whether you want to fail on warnings or not
13-
default: 'false'
12+
default: "false"
1413
required: false
1514
failOnErrors:
1615
description: Whether you want to fail on errors or not
17-
default: 'true'
16+
default: "true"
1817
required: true
1918
helpURL:
2019
description: Link to a page explaining your commit message convention
2120
default: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
2221
required: false
2322
commitDepth:
2423
description: When set to a valid Integer value - X, considers only the latest X number of commits.
25-
default: ''
24+
default: ""
2625
required: false
2726
token:
2827
description: >
@@ -37,7 +36,7 @@ outputs:
3736
description: The error and warning messages for each one of the analyzed commits
3837
runs:
3938
using: docker
40-
image: docker://wagoid/commitlint-github-action:5.4.1
39+
image: docker://wagoid/commitlint-github-action:5.4.2
4140
branding:
4241
icon: check-square
4342
color: blue

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-github-action",
3-
"version": "5.4.1",
3+
"version": "5.4.2",
44
"description": "commitlint github action",
55
"private": true,
66
"main": "./dist/run.js",

0 commit comments

Comments
 (0)