Compare commits
2 Commits
1e4a651b21
...
c3523ac34f
Author | SHA1 | Date | |
---|---|---|---|
c3523ac34f | |||
16c8d529b1 |
@ -1,2 +1,3 @@
|
||||
.gitea/
|
||||
README.md
|
||||
release-notes.sh
|
||||
|
9
release-notes.sh
Executable file
9
release-notes.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/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
|
Reference in New Issue
Block a user