Refinement

This commit is contained in:
Philipp Heckel 2022-03-18 17:18:52 -04:00
parent 1f75498dca
commit 2edb722c0e
2 changed files with 17 additions and 10 deletions

View file

@ -193,7 +193,7 @@ release-check-tags:
exit 1;\
fi
if ! grep -q $(LATEST_TAG) docs/releases.md; then\
echo "ERROR: Must update docs/releases.mdwith latest tag first.";\
echo "ERROR: Must update docs/releases.md with latest tag first.";\
exit 1;\
fi