Only generate changelog for latest release

This commit is contained in:
ChillerDragon 2023-04-06 18:23:25 +02:00
parent 0ad4f64a5f
commit 454dfcdde2

View file

@ -16,5 +16,6 @@ do
git log "${current_tag}...$previous_tag" --pretty=format:'* %s [View](https://gitlab.com/teeworlds-network/twnet_parser/-/commit/%H)' --reverse | grep -v Merge
printf "\n\n"
fi
[ "$previous_tag" != "0" ] && break
previous_tag=${current_tag}
done