diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b4351787..8a2ac6fb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -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} - diff --git a/Makefile b/Makefile index cc40cd5d..e3528830 100644 --- a/Makefile +++ b/Makefile @@ -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 ?= docs/%: TFDOCS_END_MARKER ?=