Skip to content

Commit a79aa10

Browse files
committed
Limit the number of tags we list
1 parent b8af400 commit a79aa10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ publish: build
2626
tag:
2727
@echo Tagging version $TAG
2828
@git tag v$TAG -f
29-
@git tag | sort --version-sort -r
29+
@git tag | sort --version-sort -r | head
3030

3131
# Generate the readme as .md
3232
md:

0 commit comments

Comments
 (0)