We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed39ef commit 789eceaCopy full SHA for 789ecea
.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.1"
+GENERATOR_VERSION="2.7.0"
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