Skip to content
This repository was archived by the owner on Aug 10, 2020. It is now read-only.

Commit 2791c2a

Browse files
committed
Update make _get_version
1 parent a5fd30b commit 2791c2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ _get_version:
2222
$(eval DATE := $(shell git log -1 --format=%cd --date=format:%Y.%m.%d))
2323
$(eval COUNT := $(shell git rev-list --all --count))
2424
$(eval VERSION := $(DATE)-r$(COUNT))
25+
@echo $(VERSION)
2526

2627
push:
2728
git push origin

0 commit comments

Comments
 (0)