mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-03-19 13:36:15 -04:00
Use semantic versioning to allow upgrades between constellation container pseudo-versions (#599)
This commit is contained in:
parent
bdd9dd922b
commit
58e01de16b
@ -109,7 +109,7 @@
|
||||
"matchPackagePrefixes": [
|
||||
"ghcr.io/edgelesssys/constellation/"
|
||||
],
|
||||
"versioning": "regex:^v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(-(?<build>.*))?$",
|
||||
"versioning": "semver",
|
||||
"groupName": "Constellation containers"
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user