mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
4 lines
131 B
Batchfile
4 lines
131 B
Batchfile
$latest_tag=$(git describe --tags --abbrev=0)
|
|
$content=$(git log --pretty=format:"%s @%an" v5.1.0..$latest_tag)
|
|
echo $content
|
|
pause |