Skip to content

Commit 456526e

Browse files
author
GitHub Action
committed
chore(release): publish 5.4.1 [skip-ci]
1 parent 7cb77e4 commit 456526e

File tree

4 files changed

+22
-10
lines changed

4 files changed

+22
-10
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.1](https://github.com/wagoid/commitlint-github-action/compare/v5.4.0...v5.4.1) (2023-04-11)
6+
7+
8+
### Bug Fixes
9+
10+
* **action:** add docker image back to yml ([09fdc59](https://github.com/wagoid/commitlint-github-action/commit/09fdc594834fda031fa27ce7f95d89da8ef68dc8))
11+
* **action:** move info sequence for failonerrors ([d4e1e80](https://github.com/wagoid/commitlint-github-action/commit/d4e1e800cd5f24869c63b725ca461da53cc8b419))
12+
* **action:** move info sequence for failonerrors ([00cf650](https://github.com/wagoid/commitlint-github-action/commit/00cf65022ffbecf121f0ac4d7158772d57e35735))
13+
* **action:** removed unnecessary setOutput call ([0a35ed4](https://github.com/wagoid/commitlint-github-action/commit/0a35ed499e45918fc5e3735b85e015a20bb82177))
14+
* **action:** use dockerfile ([6a86716](https://github.com/wagoid/commitlint-github-action/commit/6a86716a7909116c765c7b750983a1eb5944a54f))
15+
* **action:** use dockerfile ([0561ba8](https://github.com/wagoid/commitlint-github-action/commit/0561ba89620ef690e74a82f00c378aa655a86490))
16+
* error when producing outputs ([7cb77e4](https://github.com/wagoid/commitlint-github-action/commit/7cb77e425dda71d2512c16a9114a450a553b3270))
17+
518
## [5.4.0](https://github.com/wagoid/commitlint-github-action/compare/v5.3.1...v5.4.0) (2023-04-10)
619

720
### Features

action.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ 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
@@ -13,23 +12,23 @@ inputs:
1312
When set to true, we follow only the first parent commit when seeing a merge commit.
1413
More info in git-log docs
1514
https://git-scm.com/docs/git-log#Documentation/git-log.txt---first-parent
16-
default: 'true'
15+
default: "true"
1716
required: false
1817
failOnWarnings:
1918
description: Whether you want to fail on warnings or not
20-
default: 'false'
19+
default: "false"
2120
required: false
2221
failOnErrors:
2322
description: Whether you want to fail on errors or not
24-
default: 'true'
23+
default: "true"
2524
required: true
2625
helpURL:
2726
description: Link to a page explaining your commit message convention
2827
default: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
2928
required: false
3029
commitDepth:
3130
description: When set to a valid Integer value - X, considers only the latest X number of commits.
32-
default: ''
31+
default: ""
3332
required: false
3433
token:
3534
description: >
@@ -44,7 +43,7 @@ outputs:
4443
description: The error and warning messages for each one of the analyzed commits
4544
runs:
4645
using: docker
47-
image: docker://wagoid/commitlint-github-action:5.3.1
46+
image: docker://wagoid/commitlint-github-action:5.4.1
4847
branding:
4948
icon: check-square
5049
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.0",
3+
"version": "5.4.1",
44
"description": "commitlint github action",
55
"private": true,
66
"main": "./dist/run.js",

0 commit comments

Comments
 (0)