fix(installer): update version file unless tarball (#1950)
Always update the VERSION file unless we are in a release tarball.
This commit is contained in:
parent
403049ee7b
commit
64f2f8fc68
1
Makefile
1
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 shfmt -i 2 -ci -sr -kp -d
|
||||||
shfmt -f . | xargs git ls-files | xargs shellcheck --color=always --severity=$${SEVERITY:-style}
|
shfmt -f . | xargs git ls-files | xargs shellcheck --color=always --severity=$${SEVERITY:-style}
|
||||||
|
|
||||||
|
.PHONY: VERSION
|
||||||
VERSION:
|
VERSION:
|
||||||
tools/version.sh
|
tools/version.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue