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 changed files with 1 additions and 0 deletions
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 shellcheck --color=always --severity=$${SEVERITY:-style}
|
||||
|
||||
.PHONY: VERSION
|
||||
VERSION:
|
||||
tools/version.sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue