File tree 4 files changed +781
-490
lines changed
4 files changed +781
-490
lines changed Original file line number Diff line number Diff line change @@ -28250,6 +28250,7 @@ async function main () {
28250
28250
const cAst = cc.toConventionalChangelogFormat(cc.parser(commit.commit.message))
28251
28251
commitsParsed.push({
28252
28252
...cAst,
28253
+ type: cAst.type.toLowerCase(),
28253
28254
sha: commit.sha,
28254
28255
url: commit.html_url,
28255
28256
author: commit.author.login,
Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ async function main () {
165
165
const cAst = cc . toConventionalChangelogFormat ( cc . parser ( commit . commit . message ) )
166
166
commitsParsed . push ( {
167
167
...cAst ,
168
+ type : cAst . type . toLowerCase ( ) ,
168
169
sha : commit . sha ,
169
170
url : commit . html_url ,
170
171
author : commit . author . login ,
Original file line number Diff line number Diff line change 26
26
"@actions/core" : " 1.10.0" ,
27
27
"@actions/github" : " 5.1.1" ,
28
28
"@conventional-commits/parser" : " 0.4.1" ,
29
- "jest" : " 29.3.1 " ,
29
+ "jest" : " 29.5.0 " ,
30
30
"lodash" : " 4.17.21"
31
31
},
32
32
"devDependencies" : {
33
- "@vercel/ncc" : " 0.34.0 " ,
34
- "eslint" : " 8.27 .0" ,
33
+ "@vercel/ncc" : " 0.36.1 " ,
34
+ "eslint" : " 8.36 .0" ,
35
35
"eslint-config-standard" : " 17.0.0" ,
36
- "eslint-plugin-import" : " 2.26.0 " ,
36
+ "eslint-plugin-import" : " 2.27.5 " ,
37
37
"eslint-plugin-node" : " 11.1.0" ,
38
38
"eslint-plugin-promise" : " 6.1.1"
39
39
}
You can’t perform that action at this time.
0 commit comments