Improve release notes generator
Old tag checked from before new tag instead of before HEAD
This commit is contained in:
parent
16c8d529b1
commit
c3523ac34f
@ -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:
|
||||
-
|
||||
|
Reference in New Issue
Block a user