File tree 4 files changed +32
-3
lines changed
4 files changed +32
-3
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 1.1.1 " ></a >
2
+
3
+ ## [ 1.1.1] ( https://github.com/wagoid/commitlint-github-action/compare/v1.1.0...v1.1.1 ) (2019-10-08)
4
+
5
+ ### Bug Fixes
6
+
7
+ - do not call ` require ` in the config file to allow other file types ([ 949b695] ( https://github.com/wagoid/commitlint-github-action/commit/949b695 ) )
8
+
9
+ <a name =" 1.1.0 " ></a >
10
+
11
+ # [ 1.1.0] ( https://github.com/wagoid/commitlint-github-action/compare/v1.0.0...v1.1.0 ) (2019-10-04)
12
+
13
+ ### Features
14
+
15
+ - use image from docker hub ([ 9379b32] ( https://github.com/wagoid/commitlint-github-action/commit/9379b32 ) )
16
+
17
+ <a name =" 1.0.0 " ></a >
18
+
19
+ # 1.0.0 (2019-10-02)
20
+
21
+ ### Bug Fixes
22
+
23
+ - make action name unique ([ fd906ae] ( https://github.com/wagoid/commitlint-github-action/commit/fd906ae ) )
24
+ - revert action to use debian image ([ 33f8aa3] ( https://github.com/wagoid/commitlint-github-action/commit/33f8aa3 ) )
25
+ - use Commit Linter as a unique action name ([ dedf966] ( https://github.com/wagoid/commitlint-github-action/commit/dedf966 ) )
26
+
27
+ ### Features
28
+
29
+ - add commitlint action ([ 478fbaf] ( https://github.com/wagoid/commitlint-github-action/commit/478fbaf ) )
Original file line number Diff line number Diff line change 17
17
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
18
18
steps :
19
19
- uses : actions/checkout@v1
20
- -
uses :
wagoid/[email protected] .0
20
+ -
uses :
wagoid/[email protected] .1
21
21
` ` `
22
22
23
23
## Inputs
Original file line number Diff line number Diff line change 7
7
default : ' ./commitlint.config.js'
8
8
runs :
9
9
using : ' docker'
10
- image : ' docker://wagoid/commitlint-github-action:1.1.0 '
10
+ image : ' docker://wagoid/commitlint-github-action:1.1.1 '
11
11
branding :
12
12
icon : ' check-square'
13
13
color : ' blue'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint-github-action" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"description" : " commitlint github action" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments