Merge pull request #8445 from bridgetkromhout/fix-makefile

Correct make target in Makefile
pull/8452/head
Matt Farina 4 years ago committed by GitHub
commit 325bed7268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -183,7 +183,7 @@ clean:
.PHONY: release-notes
release-notes:
@if [ ! -d "./_dist" ]; then \
echo "please run 'make fetch-release' first" && \
echo "please run 'make fetch-dist' first" && \
exit 1; \
fi
@if [ -z "${PREVIOUS_RELEASE}" ]; then \

Loading…
Cancel
Save