fix: make file whitespace

Signed-off-by: Terry Howe <terrylhowe@gmail.com>
pull/12277/merge
Terry Howe 3 weeks ago committed by Scott Rigby
parent d601ce59a9
commit 9eafbc53df

@ -232,14 +232,11 @@ release-notes:
exit 1; \ exit 1; \
fi fi
@if [ -z "${PREVIOUS_RELEASE}" ]; then \ @if [ -z "${PREVIOUS_RELEASE}" ]; then \
echo "please set PREVIOUS_RELEASE environment variable" \ echo "please set PREVIOUS_RELEASE environment variable" && \
&& exit 1; \ exit 1; \
fi fi
@./scripts/release-notes.sh ${PREVIOUS_RELEASE} ${VERSION} @./scripts/release-notes.sh ${PREVIOUS_RELEASE} ${VERSION}
.PHONY: info .PHONY: info
info: info:
@echo "Version: ${VERSION}" @echo "Version: ${VERSION}"

Loading…
Cancel
Save