This commit is contained in:
@@ -19,7 +19,14 @@
|
|||||||
"addLabels": [
|
"addLabels": [
|
||||||
"chart"
|
"chart"
|
||||||
],
|
],
|
||||||
"automerge": false
|
"automerge": false,
|
||||||
|
"bumpVersions": [
|
||||||
|
{
|
||||||
|
"filePatterns": ["{{packageFileDir}}/Chart.{yaml,yml}"],
|
||||||
|
"matchStrings": ["version:\\s(?<version>[^\\s]+)"],
|
||||||
|
"bumpType": "{{#if isPatch}}patch{{else}}minor{{/if}}"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Label images",
|
"description": "Label images",
|
||||||
@@ -29,7 +36,14 @@
|
|||||||
"addLabels": [
|
"addLabels": [
|
||||||
"image"
|
"image"
|
||||||
],
|
],
|
||||||
"automerge": false
|
"automerge": false,
|
||||||
|
"bumpVersions": [
|
||||||
|
{
|
||||||
|
"filePatterns": ["{{packageFileDir}}/Chart.{yaml,yml}"],
|
||||||
|
"matchStrings": ["version:\\s(?<version>[^\\s]+)"],
|
||||||
|
"bumpType": "{{#if isPatch}}patch{{else}}minor{{/if}}"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "CNPG image",
|
"description": "CNPG image",
|
||||||
@@ -43,7 +57,14 @@
|
|||||||
"image"
|
"image"
|
||||||
],
|
],
|
||||||
"automerge": false,
|
"automerge": false,
|
||||||
"versioning": "deb"
|
"versioning": "deb",
|
||||||
|
"bumpVersions": [
|
||||||
|
{
|
||||||
|
"filePatterns": ["{{packageFileDir}}/Chart.{yaml,yml}"],
|
||||||
|
"matchStrings": ["version:\\s(?<version>[^\\s]+)"],
|
||||||
|
"bumpType": "{{#if isPatch}}patch{{else}}minor{{/if}}"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user