We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56be114 commit 84ecbcfCopy full SHA for 84ecbcf
Makefile
@@ -1,6 +1,6 @@
1
BINARY=kubecrt
2
3
-TAG=$(shell git for-each-ref refs/tags --sort=-taggerdate --format='%(refname:short)' --count=1)
+TAG=$(shell git for-each-ref refs/tags --sort=-creatordate --format='%(refname:short)' --count=1)
4
MAJOR=`echo $(TAG) | awk -F[v.] '{print $$2}'`
5
MINOR=`echo $(TAG) | awk -F[v.] '{print $$3}'`
6
PATCH=`echo $(TAG) | awk -F[v.] '{print $$4}'`
0 commit comments