chore: Also run helm-docs
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
5f93eee4e5
commit
451fc55064
1 changed files with 4 additions and 1 deletions
|
@ -91,7 +91,10 @@
|
||||||
],
|
],
|
||||||
"commitMessagePrefix": "chore({{parentDir}}):",
|
"commitMessagePrefix": "chore({{parentDir}}):",
|
||||||
"postUpgradeTasks": {
|
"postUpgradeTasks": {
|
||||||
"commands": ["./scripts/renovate-bump-version.sh -c {{parentDir}} -d {{depName}} -v {{newVersion}}"]
|
"commands": [
|
||||||
|
"./scripts/renovate-bump-version.sh -c {{parentDir}} -d {{depName}} -v {{newVersion}}",
|
||||||
|
"./scripts/helm-docs.sh"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue