1 Star 0 Fork 0

兴博软件/micropython

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gen-changelog.sh 243 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
echo "MicroPython change log"
for t in $(git tag | grep -v v1.0-rc1 | sort -rV); do
echo ''
echo '========'
echo ''
git show -s --format=%cD `git rev-list $t --max-count=1`
echo ''
git tag -l $t -n9999
done
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/lalbe/micropython.git
git@gitee.com:lalbe/micropython.git
lalbe
micropython
micropython
v1.8.5

搜索帮助