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
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 4 additions and 4 deletions

View File

@ -98,12 +98,12 @@
},
{
"updateTypes": ["minor"],
"bumpVersion": "patch",
"bumpVersion": "minor",
"labels": ["tag/minor"],
"groupName": ["minor"]
},
{
"updateTypes": ["patch", "minor"],
"updateTypes": ["patch"],
"bumpVersion": "patch",
"labels": ["tag/patch"],
"groupName": ["patch"]
@ -124,12 +124,12 @@
},
{
"updateTypes": ["minor"],
"bumpVersion": "patch",
"bumpVersion": "minor",
"labels": ["tag/minor"],
"groupName": ["minor"]
},
{
"updateTypes": ["patch", "minor"],
"updateTypes": ["patch"],
"bumpVersion": "patch",
"labels": ["tag/patch"],
"groupName": ["patch"]