Skip to content

Commit 5639ba7

Browse files
committed
Better 'tag' command in RELEASING
1 parent 7abdf98 commit 5639ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ First, pick the new tag. Usually this means to see what has already been
66
tagged, and pick the next release number.
77

88
```
9-
git tag
9+
git tag --sort version:refname | tail
1010
```
1111

1212
## Log in

0 commit comments

Comments
 (0)