mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
This was supposed to be named snapshot
Corrected it being a duplicate of sdist
This commit is contained in:
parent
63ce588382
commit
b54fddb775
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -245,7 +245,7 @@ sdist: sdist_check clean docs
|
|||
# Snapshots shouldn't result in new checkins so the changelog is generated as
|
||||
# part of creating the tarball.
|
||||
.PHONY: snapshot
|
||||
sdist: sdist_check clean docs changelog
|
||||
snapshot: sdist_check clean docs changelog
|
||||
_ANSIBLE_SDIST_FROM_MAKEFILE=1 $(PYTHON) setup.py sdist
|
||||
|
||||
.PHONY: sdist_upload
|
||||
|
|
Loading…
Reference in a new issue