diff options
Diffstat (limited to 'tools/gen-changelog.sh')
| -rwxr-xr-x | tools/gen-changelog.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gen-changelog.sh b/tools/gen-changelog.sh index f3ae22d7a..6eca1b4b1 100755 --- a/tools/gen-changelog.sh +++ b/tools/gen-changelog.sh @@ -1,6 +1,6 @@ #!/bin/sh -echo "Micro Python change log" +echo "MicroPython change log" for t in $(git tag | grep -v v1.0-rc1 | sort -rV); do echo '' |
