From 8a3965eb043754d038f146bfbe75093fab9fa061 Mon Sep 17 00:00:00 2001 From: Khosrow Moossavi Date: Sat, 9 Jan 2021 14:40:38 -0500 Subject: [PATCH] chore: prepare release v0.3.0 Signed-off-by: Khosrow Moossavi --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c87ff0b..9051114 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ branch. ## Version -`v0.2.0` (uses [terraform-docs] v0.10.1, which is supported and tested on Terraform version +`v0.3.0` (uses [terraform-docs] v0.10.1, which is supported and tested on Terraform version 0.11+ and 0.12+ but may work for others.) ## Usage @@ -29,7 +29,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Render terraform docs inside the USAGE.md and push changes back to PR branch - uses: terraform-docs/terraform-docs-gh-actions@v0.2.0 + uses: terraform-docs/terraform-docs-gh-actions@v0.3.0 with: working-dir: . output-file: USAGE.md @@ -126,7 +126,7 @@ To enable you need to ensure a few things first: ```yaml - name: Generate TF Docs - uses: terraform-docs/terraform-docs-gh-actions@v0.2.0 + uses: terraform-docs/terraform-docs-gh-actions@v0.3.0 with: working-dir: . output-file: README.md @@ -136,7 +136,7 @@ To enable you need to ensure a few things first: ```yaml - name: Generate TF Docs - uses: terraform-docs/terraform-docs-gh-actions@v0.2.0 + uses: terraform-docs/terraform-docs-gh-actions@v0.3.0 with: working-dir: .,example1,example3/modules/test output-file: README.md @@ -146,7 +146,7 @@ To enable you need to ensure a few things first: ```yaml - name: Generate TF docs - uses: terraform-docs/terraform-docs-gh-actions@v0.2.0 + uses: terraform-docs/terraform-docs-gh-actions@v0.3.0 with: atlantis-file: atlantis.yaml ``` @@ -155,11 +155,11 @@ To enable you need to ensure a few things first: ```yaml - name: Generate TF docs - uses: terraform-docs/terraform-docs-gh-actions@v0.2.0 + uses: terraform-docs/terraform-docs-gh-actions@v0.3.0 with: find-dir: examples/ ``` -Complete examples can be found [here](https://github.com/terraform-docs/gh-actions/tree/v0.2.0/examples). +Complete examples can be found [here](https://github.com/terraform-docs/gh-actions/tree/v0.3.0/examples). [terraform-docs]: https://github.com/terraform-docs/terraform-docs \ No newline at end of file