Skip to content

Commit

Permalink
feat: 增加获取最新tag脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Jul 12, 2023
1 parent 86dae64 commit 77bc942
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tag.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# shellcheck disable=SC2046
git describe --tags $(git rev-list --tags --max-count=1)

0 comments on commit 77bc942

Please sign in to comment.