We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e43ce5f commit fdce5f9Copy full SHA for fdce5f9
.github/scripts/generate-helm-docs.sh
@@ -9,7 +9,7 @@
9
# Node >=16
10
11
# renovate: datasource=github-releases depName=bitnami-labs/readme-generator-for-helm
12
-GENERATOR_VERSION="2.6.0"
+GENERATOR_VERSION="2.6.1"
13
14
echo "Checking if readme generator is installed already..."
15
if [[ $(npm list -g | grep -c "readme-generator-for-helm@${GENERATOR_VERSION}") -eq 0 ]]; then
0 commit comments