chore: pin helm readme generator to v2.7.2 (#934) (#5745)

Co-authored-by: Kristaps Fabians Geikins <fabians@speckle.systems>
This commit is contained in:
Iain Sproat
2026-02-11 14:18:08 +00:00
committed by GitHub
parent d1a73f013f
commit d2029d9d68
+3 -3
View File
@@ -32,9 +32,9 @@ if [ ! -d "${README_GENERATOR_DIR}" ]; then
fi fi
pushd "${README_GENERATOR_DIR}" pushd "${README_GENERATOR_DIR}"
echo "✨ Updating to the latest version of readme-generator-for-helm" echo "✨ Checking out tag 2.7.2 of readme-generator-for-helm"
git switch main git fetch origin tag 2.7.2
git pull origin main git checkout 2.7.2
npm install npm install
popd popd