Skip to content

Commit 305ca05

Browse files
committed
Merge branch 'reznik-master-patch-58609' into 'master'
Use `--sort` option to fetch latest tags See merge request eng/ide/ada_language_server!1170
2 parents 49620f2 + 2a6b522 commit 305ca05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pack-binaries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function make_change_log()
99
{
1010
echo "# Release notes"
1111
echo ""
12-
for TAG_ID in `git tag --list '2*' | tac` ; do
12+
for TAG_ID in `git tag --list --sort=-v:refname '2*'` ; do
1313
DATE=`git show --no-patch --format=Date:%ad --date=short $TAG_ID |\
1414
grep Date: | sed -e s/Date://`
1515
echo "## $TAG_ID ($DATE)"

0 commit comments

Comments
 (0)