From 77bc9428c9176bdffdfaacc0b30b876beb273c80 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Wed, 12 Jul 2023 17:31:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E6=9C=80=E6=96=B0tag=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tag.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tag.sh diff --git a/tag.sh b/tag.sh new file mode 100644 index 0000000..8e58bc1 --- /dev/null +++ b/tag.sh @@ -0,0 +1,2 @@ +# shellcheck disable=SC2046 +git describe --tags $(git rev-list --tags --max-count=1) \ No newline at end of file