Compare commits

..

No commits in common. "c3523ac34fcc925b3d9516425ad3401c97a3a68a" and "1e4a651b21907d984f5177ea66caabe9775032f8" have entirely different histories.

2 changed files with 0 additions and 10 deletions

View File

@ -1,3 +1,2 @@
.gitea/ .gitea/
README.md README.md
release-notes.sh

View File

@ -1,9 +0,0 @@
#!/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