1
0
Fork 0
ansible-systemd/Makefile

16 Zeilen
182 B
Makefile

format:
black .
isort .
changelog:
antsibull-changelog generate
docs: format
update-doc
release: changelog docs
ansible-galaxy collection build
upload: release
./upload.sh