File tree 4 files changed +12
-8
lines changed
4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
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.
4
4
5
+ ### [ 5.1.2] ( https://github.com/wagoid/commitlint-github-action/compare/v5.1.1...v5.1.2 ) (2022-10-06)
6
+
5
7
### [ 5.1.1] ( https://github.com/wagoid/commitlint-github-action/compare/v5.1.0...v5.1.1 ) (2022-10-06)
6
8
7
9
## [ 5.1.0] ( https://github.com/wagoid/commitlint-github-action/compare/v5.0.2...v5.1.0 ) (2022-10-06)
Original file line number Diff line number Diff line change 9
9
required : false
10
10
firstParent :
11
11
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
14
15
default : " true"
15
16
required : false
16
17
failOnWarnings :
@@ -23,8 +24,9 @@ inputs:
23
24
required : false
24
25
token :
25
26
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:
28
30
https://docs.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token
29
31
default : ${{ github.token }}
30
32
required : false
@@ -33,7 +35,7 @@ outputs:
33
35
description : The error and warning messages for each one of the analyzed commits
34
36
runs :
35
37
using : docker
36
- image : docker://wagoid/commitlint-github-action:4 .1.12
38
+ image : docker://wagoid/commitlint-github-action:5 .1.2
37
39
branding :
38
40
icon : check-square
39
41
color : blue
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint-github-action" ,
3
- "version" : " 5.1.1 " ,
3
+ "version" : " 5.1.2 " ,
4
4
"description" : " commitlint github action" ,
5
5
"private" : true ,
6
6
"main" : " ./dist/run.js" ,
You can’t perform that action at this time.
0 commit comments