mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
6 lines
213 B
Bash
Executable File
6 lines
213 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# refname:strip=2: default tag name when format is not set
|
|
# creatordate is always defined for all tags
|
|
git tag --list 'v*-lts' 'v*-stable' --format='%(refname:short) %(creatordate:short)' | sort -rV
|