Skip to content

Commit b0cb65c

Browse files
committed
Docs only manually
1 parent d70da8f commit b0cb65c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

GNUmakefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ tag:
161161
@echo git tag -a $(MOST_RECENT_UPSTREAM_TAG)-$(DATESTAMP)-$(SHA_SHORT) -m $(MOST_RECENT_UPSTREAM_TAG)-$(DATESTAMP)-$(SHA_SHORT)
162162
@git tag -a $(MOST_RECENT_UPSTREAM_TAG)-$(DATESTAMP)-$(SHA_SHORT) -m $(MOST_RECENT_UPSTREAM_TAG)-$(DATESTAMP)-$(SHA_SHORT)
163163

164+
docs:
165+
@go run github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs
166+
164167
release:
165168
@goreleaser release --clean --verbose
166-
.PHONY: build test testacc vet fmt fmtcheck errcheck vendor-status test-compile website website-test tag format-tag
169+
.PHONY: build test testacc vet fmt fmtcheck errcheck vendor-status test-compile website website-test tag format-tag docs release

0 commit comments

Comments
 (0)