13324e05创建于 2025年4月3日历史提交
#!/bin/sh

changelog_file=ChangeLog
latest_tag=$(git describe --abbrev=0)

git log --pretty='format:Author: %an%n%w(0,4,4)%B' $latest_tag..HEAD > $changelog_file