We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49620f2 + 2a6b522 commit 305ca05Copy full SHA for 305ca05
.github/workflows/pack-binaries.sh
@@ -9,7 +9,7 @@ function make_change_log()
9
{
10
echo "# Release notes"
11
echo ""
12
- for TAG_ID in `git tag --list '2*' | tac` ; do
+ for TAG_ID in `git tag --list --sort=-v:refname '2*'` ; do
13
DATE=`git show --no-patch --format=Date:%ad --date=short $TAG_ID |\
14
grep Date: | sed -e s/Date://`
15
echo "## $TAG_ID ($DATE)"
0 commit comments