Skip to content

Commit 0cb522a

Browse files
author
GitHub Action
committed
chore(release): publish 4.0.2 [skip-ci]
1 parent 41bc975 commit 0cb522a

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
### [4.0.2](https://github.com/wagoid/commitlint-github-action/compare/v4.0.1...v4.0.2) (2021-07-15)
6+
7+
8+
### Bug Fixes
9+
10+
* default to .cjs extension in config files ([5b6cd1b](https://github.com/wagoid/commitlint-github-action/commit/5b6cd1b23af3fcd4e6df552d48cc01dff41262dd))
11+
512
### [4.0.1](https://github.com/wagoid/commitlint-github-action/compare/v4.0.0...v4.0.1) (2021-07-15)
613

714
## [4.0.0](https://github.com/wagoid/commitlint-github-action/compare/v3.1.4...v4.0.0) (2021-07-15)

action.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,19 @@ 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.cjs
109
required: false
1110
firstParent:
1211
description: >
1312
When set to true, we follow only the first parent commit when seeing a merge commit. More info
1413
in git-log docs https://git-scm.com/docs/git-log#Documentation/git-log.txt---first-parent
15-
default: 'true'
14+
default: "true"
1615
required: false
1716
failOnWarnings:
1817
description: Whether you want to fail on warnings or not
19-
default: 'false'
18+
default: "false"
2019
required: false
2120
helpURL:
2221
description: Link to a page explaining your commit message convention
@@ -34,7 +33,7 @@ outputs:
3433
description: The error and warning messages for each one of the analyzed commits
3534
runs:
3635
using: docker
37-
image: docker://wagoid/commitlint-github-action:4.0.1
36+
image: docker://wagoid/commitlint-github-action:4.0.2
3837
branding:
3938
icon: check-square
4039
color: blue

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-github-action",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "commitlint github action",
55
"private": true,
66
"exports": "./run.js",

0 commit comments

Comments
 (0)