Skip to content

Commit

Permalink
chore: add tag scripts in Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <xpf6677@163.com>
  • Loading branch information
Peefy committed Dec 24, 2023
1 parent c4b198d commit 7257e47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ test-grammar:
fmt:
make -C ./kclvm fmt

.PHONY: tag
tag:
scripts/tag.sh v$(VERSION)

# ----------------
# Docker
# ----------------
Expand Down

0 comments on commit 7257e47

Please sign in to comment.