Commit Graph
3 Commits
Author SHA1 Message Date
Djeex e196e61941 Link each commit in the release changelog to its own commit page
COMMIT_LIST only rendered the bare subject line per commit, with no
way to jump to that specific commit — only the triggering commit
(Source:) had a link. Each line now reads
"- [<short-sha>](<repo>/commit/<sha>) <subject>", matching the same
link style already used for Source.
2026-08-23 23:22:44 +02:00
Djeex 6e923d3f32 Release notes: list commits instead of changed files 2026-08-23 23:22:44 +02:00
Djeex 387c551c41 Add Gitea Actions CI workflow
Adapted from adguard-cidre's pipeline: build, syntax smoke-test, bats
unit tests, shellcheck lint, Trivy critical/high scans, then on push to
main a versioned publish (VERSION auto-bump, :latest/:X.Y/:X.Y.Z tags
retagged from the already-scanned image, and a categorized Gitea
Release). Requires the REGISTRY_TOKEN and CI_PUSH_TOKEN repo secrets
and branch protection on main (not yet configured on the Gitea side).
2026-08-22 23:50:47 +02:00