From 7257e47485932aa8381f063519bea40a35464010 Mon Sep 17 00:00:00 2001 From: peefy Date: Sun, 24 Dec 2023 20:19:15 +0800 Subject: [PATCH] chore: add tag scripts in Makefile Signed-off-by: peefy --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index e146c6c33..fd1a34446 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,10 @@ test-grammar: fmt: make -C ./kclvm fmt +.PHONY: tag +tag: + scripts/tag.sh v$(VERSION) + # ---------------- # Docker # ----------------