Skip to content

Commit

Permalink
Changed version file to 20.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Jan 2, 2023
1 parent d192b83 commit 5fa9b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ cd ..
echo "----------------------"
echo "CHANGE LOG:"
echo "----------------------"
range=`git tag | tail -n 2 | xargs | sed 's! !...!'`
range=`git tag | sort -V | tail -n 2 | xargs | sed 's! !...!'`
git log --pretty=oneline $range | awk '{$1=""; print "-"$0}'
echo "----------------------"

Expand Down

0 comments on commit 5fa9b3e

Please sign in to comment.