mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-11 18:55:09 -04:00
Use semantic versioning to allow upgrades between constellation container pseudo-versions (#599)
This commit is contained in:
parent
bdd9dd922b
commit
58e01de16b
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
||||||
"matchPackagePrefixes": [
|
"matchPackagePrefixes": [
|
||||||
"ghcr.io/edgelesssys/constellation/"
|
"ghcr.io/edgelesssys/constellation/"
|
||||||
],
|
],
|
||||||
"versioning": "regex:^v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(-(?<build>.*))?$",
|
"versioning": "semver",
|
||||||
"groupName": "Constellation containers"
|
"groupName": "Constellation containers"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue