feat: add dep release type for dependency updates
This commit is contained in:
parent
11c5979816
commit
be51107728
|
@ -28,6 +28,10 @@
|
||||||
"type": "refactor",
|
"type": "refactor",
|
||||||
"release": "patch"
|
"release": "patch"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "dep",
|
||||||
|
"release": "patch"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "minor",
|
"type": "minor",
|
||||||
"release": "patch"
|
"release": "patch"
|
||||||
|
|
Loading…
Reference in New Issue