From 64f2f8fc683ebcf18a252fd5647756ce2edd16aa Mon Sep 17 00:00:00 2001 From: Jonas L Date: Thu, 7 Jul 2022 23:34:52 +0200 Subject: [PATCH] fix(installer): update version file unless tarball (#1950) Always update the VERSION file unless we are in a release tarball. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 47940382c..277c54466 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ shell-check: shfmt -f . | xargs git ls-files | xargs shfmt -i 2 -ci -sr -kp -d shfmt -f . | xargs git ls-files | xargs shellcheck --color=always --severity=$${SEVERITY:-style} +.PHONY: VERSION VERSION: tools/version.sh