1
0
Fork 0
mirror of https://codeberg.org/xtex/xtex-mp-pack.git synced 2024-09-19 11:52:32 +00:00

fix: changelog generator

This commit is contained in:
xtex 2023-06-22 13:23:19 +08:00
parent ffffeb1a99
commit 33aebcb843
No known key found for this signature in database
GPG key ID: 978F2E760D9DB0EB

View file

@ -5,7 +5,7 @@ if git tag | grep -q "$version"; then
echo "$version" is already tagged
exit
fi
changelog=$(git log "$(git tag | head -n1)"..HEAD --oneline --decorate=no --abbrev)
changelog=$(git log "$(git tag | tail -n1)"..HEAD --oneline --decorate=no --abbrev)
rm -f -- *.mrpack *.zip