Logo
Explore Help
Register Sign In
fengqi/lv_micropython
1
0
Fork 0
You've already forked lv_micropython
Code Issues Pull Requests 1 Actions Packages Projects Releases Wiki Activity
lv_micropython/tools/gen-changelog.sh

13 lines
244 B
Bash
Raw Normal View History

tools: Add script to generate a ChangeLog file. We don't have an explicit ChangeLog file, but don't really need one because we use a good version control system. This script is useful if you need a pretty-printed ChangeLog for some reason.
2014-12-29 19:03:25 +00:00
#!/bin/sh
echo "Micro Python change log"
tools: Make gen-changelog.sh sort version strings correctly.
2015-02-13 13:31:02 +00:00
for t in $(git tag | grep -v v1.0-rc1 | sort -rV); do
tools: Add script to generate a ChangeLog file. We don't have an explicit ChangeLog file, but don't really need one because we use a good version control system. This script is useful if you need a pretty-printed ChangeLog for some reason.
2014-12-29 19:03:25 +00:00
echo ''
echo '========'
echo ''
git show -s --format=%cD `git rev-list $t --max-count=1`
echo ''
tools: Make gen-changelog.sh print more lines from the tag annotation.
2015-08-11 13:50:40 +01:00
git tag -l $t -n9999
tools: Add script to generate a ChangeLog file. We don't have an explicit ChangeLog file, but don't really need one because we use a good version control system. This script is useful if you need a pretty-printed ChangeLog for some reason.
2014-12-29 19:03:25 +00:00
done
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 40ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API