Skip to content

Commit d6f6593

Browse files
author
GitHub Action
committed
chore(release): publish 5.1.2 [skip-ci]
1 parent dff38a3 commit d6f6593

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

CHANGELOG.md

+2
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.1.2](https://github.com/wagoid/commitlint-github-action/compare/v5.1.1...v5.1.2) (2022-10-06)
6+
57
### [5.1.1](https://github.com/wagoid/commitlint-github-action/compare/v5.1.0...v5.1.1) (2022-10-06)
68

79
## [5.1.0](https://github.com/wagoid/commitlint-github-action/compare/v5.0.2...v5.1.0) (2022-10-06)

action.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ inputs:
99
required: false
1010
firstParent:
1111
description: >
12-
When set to true, we follow only the first parent commit when seeing a merge commit. More info
13-
in git-log docs https://git-scm.com/docs/git-log#Documentation/git-log.txt---first-parent
12+
When set to true, we follow only the first parent commit when seeing a merge commit.
13+
More info in git-log docs
14+
https://git-scm.com/docs/git-log#Documentation/git-log.txt---first-parent
1415
default: "true"
1516
required: false
1617
failOnWarnings:
@@ -23,8 +24,9 @@ inputs:
2324
required: false
2425
token:
2526
description: >
26-
Personal access token (PAT) used to interact with the GitHub API. By default, the automatic
27-
token provided by GitHub is used. You can see more info about GitHub's default token here:
27+
Personal access token (PAT) used to interact with the GitHub API. By default, the
28+
automatic token provided by GitHub is used. You can see more info about GitHub's default token
29+
here:
2830
https://docs.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token
2931
default: ${{ github.token }}
3032
required: false
@@ -33,7 +35,7 @@ outputs:
3335
description: The error and warning messages for each one of the analyzed commits
3436
runs:
3537
using: docker
36-
image: docker://wagoid/commitlint-github-action:4.1.12
38+
image: docker://wagoid/commitlint-github-action:5.1.2
3739
branding:
3840
icon: check-square
3941
color: blue

package-lock.json

+2-2
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": "5.1.1",
3+
"version": "5.1.2",
44
"description": "commitlint github action",
55
"private": true,
66
"main": "./dist/run.js",

0 commit comments

Comments
 (0)