diff --git a/Makefile b/Makefile index f18d15fee6d4068a544251c9f5c0a577e8b5a7bf..b913e370a8cbdfa50f2f7487f6679d468ea32e27 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ docs: echo >> README.md echo 'The following OpenTofu versions are available with this component via the `opentofu_version` input:' >> README.md echo >> README.md - yq -r '.".data".supported_versions | .[] | "- [`" + . + "`](https://github.com/opentofu/opentofu/releases/tag/v" + . + ")"' opentofu_versions.yaml >> README.md + yq '.".data".supported_versions | .[] | "- [`" + . + "`](https://github.com/opentofu/opentofu/releases/tag/v" + . + ")"' opentofu_versions.yaml >> README.md tail -n+2 readme1 >> README.md rm -f readme0 readme1 readme_inputs.md