diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d189242301f..10c50be5158 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "infra/blueprint-test": "0.14.1", "infra/module-swapper": "0.4.6", - "tflint-ruleset-blueprint": "0.0.1" + "tflint-ruleset-blueprint": "0.1.0" } diff --git a/tflint-ruleset-blueprint/CHANGELOG.md b/tflint-ruleset-blueprint/CHANGELOG.md new file mode 100644 index 00000000000..eb1dd46d1e4 --- /dev/null +++ b/tflint-ruleset-blueprint/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.0](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/compare/tflint-ruleset-blueprint-v0.0.1...tflint-ruleset-blueprint/v0.1.0) (2024-05-02) + + +### Features + +* blueprints tflint plugin ([#2265](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/issues/2265)) ([461302e](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/commit/461302e839616b95eef08523bbcb5d598e834d70))