diff options
| author | Alejandro Colomar <alx@kernel.org> | 2025-10-29 13:52:52 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2025-10-29 13:56:08 +0100 |
| commit | 42640a8be52679cd9287f18b13d5fa49389a2877 (patch) | |
| tree | a573860e61703b97d64e643a1ce294240aa2af72 | |
| parent | d9f9dd1e66bdac903da8f77c2b7dd18a5ddfa48e (diff) | |
| download | man-pages-42640a8be52679cd9287f18b13d5fa49389a2877.tar.gz | |
RELEASE: Sort tags using sort(1) -V
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | RELEASE | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ Description will be read by users and packagers. It should include any information that is especially relevant for them. Check old tags: - `git tag | grep 'man-pages-6' | tac | xargs git show --stat` + `git tag | grep -- -6 | sort -V | tac | xargs git show --stat` - Tag: |
