2024-02-11 19:32:38 +00:00
|
|
|
format:
|
|
|
|
black .
|
|
|
|
isort .
|
|
|
|
|
|
|
|
changelog:
|
|
|
|
antsibull-changelog generate
|
|
|
|
|
|
|
|
docs: format
|
|
|
|
update-doc
|
|
|
|
|
|
|
|
clean-dist:
|
|
|
|
rm -rf dist
|
|
|
|
|
2024-03-08 21:44:08 +00:00
|
|
|
hatch-release: clean-dist
|
2024-02-11 19:32:38 +00:00
|
|
|
hatch build
|
|
|
|
|
|
|
|
galaxy-release: clean-dist changelog
|
2024-03-08 21:44:08 +00:00
|
|
|
ansible-galaxy collection build --output-path dist/galaxy
|
2024-02-11 19:32:38 +00:00
|
|
|
|
|
|
|
upload: galaxy-release hatch-release
|
|
|
|
./upload.sh
|