aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 84986ff..882bc21 100644
--- a/Makefile
+++ b/Makefile
@@ -68,8 +68,8 @@ ci-setup:: $(DEPS_DIR)/ct_helper
prepare_tag:
$(verbose) echo -n "Most recent tag: "
- $(verbose) git tag | tail -n1
- $(verbose) git verify-tag `git tag | tail -n1`
+ $(verbose) git tag --sort=creatordate | tail -n1
+ $(verbose) git verify-tag `git tag --sort=creatordate | tail -n1`
$(verbose) echo -n "MAKEFILE: "
$(verbose) grep -m1 PROJECT_VERSION Makefile
$(verbose) echo -n "APP: "