ci: add Homelab CI framework

This commit is contained in:
2026-02-21 13:41:20 +01:00
parent 5b6a728f45
commit e023d89308
8 changed files with 293 additions and 0 deletions

4
.gitea/release_message.sh Executable file
View File

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