notlite/release-notes.sh
NullBite 957f892a2b
Reorder tags in "Full Changelog"
they were backwards and `v1.2.3...v1.2.2` isn't valid to Gitea (and
probably just Git in general
2023-06-20 11:14:33 -04:00

10 lines
245 B
Bash
Executable File

#!/usr/bin/env bash
current="$(git describe --abbrev=0)"
last="$(git describe $current~ --abbrev=0)"
cat << EOF
Changes:
-
**Full Changelog:** [\`$last...$current\`](https://gitea.protogen.io/nullbite/fabric-lite/compare/$last...$current)
EOF