ci: allow both "deps" and "dep" to be a patch
This commit is contained in:
parent
76d3043dda
commit
504dcefb35
|
@ -28,6 +28,10 @@
|
||||||
"type": "dep",
|
"type": "dep",
|
||||||
"release": "patch"
|
"release": "patch"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "deps",
|
||||||
|
"release": "patch"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "refactor",
|
"type": "refactor",
|
||||||
"release": "patch"
|
"release": "patch"
|
||||||
|
|
Loading…
Reference in New Issue