Initial commit

This commit is contained in:
Projects
2024-12-01 02:13:49 -08:00
commit 8314b2afb2
28 changed files with 862 additions and 0 deletions

3
.gitea/release_message.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
previous_tag=$(git tag --sort=-creatordate | sed -n 2p)
git shortlog "${previous_tag}.." | sed 's/^./ &/'