Only generate changelog for latest release
This commit is contained in:
parent
0ad4f64a5f
commit
454dfcdde2
|
@ -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
|
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"
|
printf "\n\n"
|
||||||
fi
|
fi
|
||||||
|
[ "$previous_tag" != "0" ] && break
|
||||||
previous_tag=${current_tag}
|
previous_tag=${current_tag}
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue