Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
fb2006cc
Commit
fb2006cc
authored
Feb 13, 2015
by
Damien George
Browse files
tools: Make gen-changelog.sh sort version strings correctly.
parent
79dc0a08
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/gen-changelog.sh
View file @
fb2006cc
...
...
@@ -2,7 +2,7 @@
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
-r
V
)
;
do
echo
''
echo
'========'
echo
''
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment