respect minor and patch version numbers

This commit is contained in:
kjeld Schouten-Lebbing
2021-04-10 19:06:51 +02:00
parent c1a4af051e
commit e6889ba33a
+4 -4
View File
@@ -98,12 +98,12 @@
}, },
{ {
"updateTypes": ["minor"], "updateTypes": ["minor"],
"bumpVersion": "patch", "bumpVersion": "minor",
"labels": ["tag/minor"], "labels": ["tag/minor"],
"groupName": ["minor"] "groupName": ["minor"]
}, },
{ {
"updateTypes": ["patch", "minor"], "updateTypes": ["patch"],
"bumpVersion": "patch", "bumpVersion": "patch",
"labels": ["tag/patch"], "labels": ["tag/patch"],
"groupName": ["patch"] "groupName": ["patch"]
@@ -124,12 +124,12 @@
}, },
{ {
"updateTypes": ["minor"], "updateTypes": ["minor"],
"bumpVersion": "patch", "bumpVersion": "minor",
"labels": ["tag/minor"], "labels": ["tag/minor"],
"groupName": ["minor"] "groupName": ["minor"]
}, },
{ {
"updateTypes": ["patch", "minor"], "updateTypes": ["patch"],
"bumpVersion": "patch", "bumpVersion": "patch",
"labels": ["tag/patch"], "labels": ["tag/patch"],
"groupName": ["patch"] "groupName": ["patch"]