Initial commit
This commit is contained in:
3
.gitea/release_message.sh
Executable file
3
.gitea/release_message.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
previous_tag=$(git tag --sort=-creatordate | sed -n 2p)
|
||||
git shortlog "${previous_tag}.." | sed 's/^./ &/'
|
||||
Reference in New Issue
Block a user