This repository has been archived on 2023-07-10. You can view files and clone it, but cannot push or open issues or pull requests.
fabric-lite/release-notes.sh
NullBite c3523ac34f
Improve release notes generator
Old tag checked from before new tag instead of before HEAD
2023-06-20 04:31:50 -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:** [\`$current...$last\`](https://gitea.protogen.io/nullbite/fabric-lite/compare/$current...$last)
EOF