Skip to content

Commit

Permalink
prepare release 1.4.0 (#65)
Browse files Browse the repository at this point in the history
* update Makefile to meet new mandatory metadata
* update documentation
* update tags
* update authors
* bumpversion
  • Loading branch information
cmeissner authored Dec 16, 2021
1 parent e093fa3 commit 032fb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MANIFEST := build/collections/ansible_collections/$(NAMESPACE)/$(NAME)/MANIFEST.

Roles := $(wildcard roles/*)
PLUGIN_TYPES := $(filter-out __%,$(notdir $(wildcard plugins/*)))
METADATA := galaxy.yml LICENSE README.md requirements.txt
METADATA := galaxy.yml LICENSE README.md requirements.txt meta/runtime.yml
$(foreach PLUGIN_TYPE,$(PLUGIN_TYPES),$(eval _$(PLUGIN_TYPE) := $(filter-out %__init__.py,$(wildcard plugins/$(PLUGIN_TYPE)/*.py))))
DEPENDENCIES := $(METADATA) $(foreach PLUGIN_TYPE,$(PLUGIN_TYPES),$(_$(PLUGIN_TYPE))) $(foreach ROLE,$(ROLES),$(wildcard $(ROLE)/*/*))

Expand Down

0 comments on commit 032fb35

Please sign in to comment.