Extract version to file VERSION
This commit is contained in:
parent
2bff8ed3bb
commit
596bfc4950
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -27,7 +27,7 @@ endif
|
||||||
SHELL=/bin/bash -o pipefail -o errexit
|
SHELL=/bin/bash -o pipefail -o errexit
|
||||||
|
|
||||||
# Use the 0.0 tag for testing, it shouldn't clobber any release builds
|
# Use the 0.0 tag for testing, it shouldn't clobber any release builds
|
||||||
TAG ?= 0.33.0
|
TAG ?= $(shell cat VERSION)
|
||||||
|
|
||||||
# e2e settings
|
# e2e settings
|
||||||
# Allow limiting the scope of the e2e tests. By default run everything
|
# Allow limiting the scope of the e2e tests. By default run everything
|
||||||
|
|
1
VERSION
Normal file
1
VERSION
Normal file
|
@ -0,0 +1 @@
|
||||||
|
0.33.0
|
Loading…
Reference in a new issue