From f6978b7774a33459dfababce10b6149d3f355ec0 Mon Sep 17 00:00:00 2001 From: Pablo Diaz Date: Tue, 14 May 2024 17:19:19 -0500 Subject: [PATCH] add makefile to get tags --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..28fdbe1 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ + +list: + git pull --tags + git for-each-ref --sort=creatordate --format='%(creatordate:short) %(refname:short)' refs/tags | tail -n 3 \ No newline at end of file