chore: Also run helm-docs
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>pull/3143/head
parent
5f93eee4e5
commit
451fc55064
|
@ -91,7 +91,10 @@
|
|||
],
|
||||
"commitMessagePrefix": "chore({{parentDir}}):",
|
||||
"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 New Issue