mirror of https://github.com/rq/rq.git
Clean dist+build folders before releasing
This commit is contained in:
parent
ec0e04727b
commit
6319128ebc
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ all:
|
||||||
clean:
|
clean:
|
||||||
rm -rf build/ dist/
|
rm -rf build/ dist/
|
||||||
|
|
||||||
release:
|
release: clean
|
||||||
# Check if latest tag is the current head we're releasing
|
# Check if latest tag is the current head we're releasing
|
||||||
echo "Latest tag = $$(git tag | sort -nr | head -n1)"
|
echo "Latest tag = $$(git tag | sort -nr | head -n1)"
|
||||||
echo "HEAD SHA = $$(git sha head)"
|
echo "HEAD SHA = $$(git sha head)"
|
||||||
|
|
Loading…
Reference in New Issue