Skip to content

Commit 6664c77

Browse files
committed
chore: prepare release v1.0.0
Signed-off-by: Khosrow Moossavi <[email protected]>
1 parent 0d3da76 commit 6664c77

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ branch.
88

99
## Version
1010

11-
`v0.11.0` (uses [terraform-docs] v0.16.0, which is supported and tested on Terraform
11+
`v1.0.0` (uses [terraform-docs] v0.16.0, which is supported and tested on Terraform
1212
version 0.11+ and 0.12+ but may work for others.)
1313

1414
## Usage
@@ -29,7 +29,7 @@ jobs:
2929
ref: ${{ github.event.pull_request.head.ref }}
3030

3131
- name: Render terraform docs inside the README.md and push changes back to PR branch
32-
uses: terraform-docs/gh-actions@v0.11.0
32+
uses: terraform-docs/gh-actions@v1.0.0
3333
with:
3434
working-dir: .
3535
output-file: README.md
@@ -134,7 +134,7 @@ To enable you need to ensure a few things first:
134134

135135
```yaml
136136
- name: Generate TF Docs
137-
uses: terraform-docs/gh-actions@v0.11.0
137+
uses: terraform-docs/gh-actions@v1.0.0
138138
with:
139139
working-dir: .
140140
```
@@ -143,7 +143,7 @@ To enable you need to ensure a few things first:
143143

144144
```yaml
145145
- name: Generate TF Docs
146-
uses: terraform-docs/gh-actions@v0.11.0
146+
uses: terraform-docs/gh-actions@v1.0.0
147147
with:
148148
working-dir: .,example1,example3/modules/test
149149
```
@@ -152,7 +152,7 @@ To enable you need to ensure a few things first:
152152

153153
```yaml
154154
- name: Generate TF docs
155-
uses: terraform-docs/gh-actions@v0.11.0
155+
uses: terraform-docs/gh-actions@v1.0.0
156156
with:
157157
atlantis-file: atlantis.yaml
158158
```
@@ -161,7 +161,7 @@ To enable you need to ensure a few things first:
161161

162162
```yaml
163163
- name: Generate TF docs
164-
uses: terraform-docs/gh-actions@v0.11.0
164+
uses: terraform-docs/gh-actions@v1.0.0
165165
with:
166166
find-dir: examples/
167167
```
@@ -170,13 +170,13 @@ To enable you need to ensure a few things first:
170170

171171
```yaml
172172
- name: Generate TF docs
173-
uses: terraform-docs/gh-actions@v0.11.0
173+
uses: terraform-docs/gh-actions@v1.0.0
174174
with:
175175
working-dir: examples/
176176
recursive: true
177177
recursive-path: modules
178178
```
179179

180-
Complete examples can be found [here](https://github.com/terraform-docs/gh-actions/tree/v0.11.0/examples).
180+
Complete examples can be found [here](https://github.com/terraform-docs/gh-actions/tree/v1.0.0/examples).
181181

182182
[terraform-docs]: https://github.com/terraform-docs/terraform-docs

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ outputs:
8585

8686
runs:
8787
using: docker
88-
image: "docker://quay.io/terraform-docs/gh-actions:edge"
88+
image: "docker://quay.io/terraform-docs/gh-actions:1.0.0"
8989
env:
9090
INPUT_WORKING_DIR: ${{ inputs.working-dir }}
9191
INPUT_ATLANTIS_FILE: ${{ inputs.atlantis-file }}

0 commit comments

Comments
 (0)