skeleton/Makefile

19 Zeilen
257 B
Makefile

format:
black .
isort .
clean:
rm -rf dist
changelog:
antsibull-changelog generate
docs: format
update-doc
release: changelog docs clean
ansible-galaxy collection build --output-path dist
upload: release
ansible-galaxy collection publish dist/*