Commit Graph

3 Commits

Author SHA1 Message Date
399168e4eb **feat(ci):** enhance release workflow with changelog generation and detailed release body
All checks were successful
CI / build-test (push) Successful in 1m2s
- Add `jq` dependency for JSON manipulation
- Automatically generate changelog from Git history for releases
- Refactor release body to include Docker image details and formatted changelog

Changelog: other
2026-02-25 21:39:39 +01:00
44cad49855 **fix(ci):** improve version bump script for robustness and compatibility
All checks were successful
CI / build-test (push) Successful in 1m2s
- Handle empty tag results gracefully using fallback in `grep`
- Use `${GITHUB_ENV:-$GITEA_ENV}` for environment variable assignment to ensure broader compatibility
2026-02-25 21:31:09 +01:00
0c456d9c78 **feat(ci):** introduce release workflow with version bump, Docker image build, and Gitea release automation
All checks were successful
CI / build-test (push) Successful in 1m2s
2026-02-25 21:12:40 +01:00