diff --git a/scripts/gen_changelog.sh b/scripts/gen_changelog.sh index ccf03b7..1439c8d 100755 --- a/scripts/gen_changelog.sh +++ b/scripts/gen_changelog.sh @@ -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