notlite/release-notes.sh
2023-07-11 00:27:23 -04:00

10 lines
242 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/nulllite/compare/$last...$current)
EOF