Improve release notes generator

Old tag checked from before new tag instead of before HEAD
This commit is contained in:
NullBite 2023-06-20 04:31:50 -04:00
parent 16c8d529b1
commit c3523ac34f
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
current="$(git describe --abbrev=0)"
last="$(git describe HEAD~ --abbrev=0)"
last="$(git describe $current~ --abbrev=0)"
cat << EOF
Changes:
-