Skip to content
Snippets Groups Projects
Commit fb2006cc authored by Damien George's avatar Damien George
Browse files

tools: Make gen-changelog.sh sort version strings correctly.

parent 79dc0a08
Branches
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
echo "Micro Python change log" echo "Micro Python change log"
for t in $(git tag | grep -v v1.0-rc1 | sort -r); do for t in $(git tag | grep -v v1.0-rc1 | sort -rV); do
echo '' echo ''
echo '========' echo '========'
echo '' echo ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment