fix comment

This commit is contained in:
haya14busa
2020-01-27 05:32:55 +00:00
parent b6750469ed
commit f58efbafe9

View File

@@ -30,7 +30,7 @@ list_releases() {
LATEST_VERSION=$(\
list_releases | \
jq -r '.[] | .tag_name' | \
:"Exclude v prefix and pre-release" \
: 'Exclude v prefix and pre-release' \
grep -oP '\d+\.\d+\.\d+$' | \
sort --version-sort --reverse | \
head -n1