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

10 lines
241 B
Bash
Executable File

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