Skip to content

Commit bf7da8b

Browse files
committed
use first line of .version file only
1 parent 651340a commit bf7da8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.PHONY: clean test git-tag
44

55
CURRENT_DIR=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
6-
TAG_VERSION ?= $(shell cat $(CURRENT_DIR)/.version)
6+
TAG_VERSION ?= $(shell cat $(CURRENT_DIR)/.version | head -n1)
77

88
TEST_TIMEOUT ?=120s
99

0 commit comments

Comments
 (0)