Skip to content

Commit

Permalink
Merge pull request #64 from lorengordon/readme-excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon authored Jun 10, 2020
2 parents 64b30aa + fe61512 commit 558121d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[bumpversion]
current_version = 0.0.17
current_version = 0.0.18
commit = True
message = Bumps version to {new_version}
tag = False
tag_name = {new_version}

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ json/format: | guard/program/jq json/validate
@ echo "[$@]: Successfully formatted JSON files!"

docs/%: TFDOCS ?= terraform-docs --sort-by-required markdown table
docs/%: README_FILES ?= find . -type f -name README.md
docs/%: README_FILES ?= find . $(FIND_EXCLUDES) -type f -name README.md
docs/%: README_TMP ?= $(TMP)/README.tmp
docs/%: TFDOCS_START_MARKER ?= <!-- BEGIN TFDOCS -->
docs/%: TFDOCS_END_MARKER ?= <!-- END TFDOCS -->
Expand Down

0 comments on commit 558121d

Please sign in to comment.