Align CI release workflow with adguard-cidre/socat-proxy template #31

Merged
Djeex merged 2 commits from fix-ci-release-template into main 2026-08-23 23:24:58 +02:00
Owner
No description provided.
Djeex added 1 commit 2026-08-23 23:03:42 +02:00
Align CI release workflow with adguard-cidre/socat-proxy template
CI / build-and-scan (pull_request) Successful in 1m59s
ae737c0bd0
The publish/release step had drifted from the sibling repos' reference
template: PR-number extraction relied on the local commit log after
the version-bump commit was already made, so it could never find the
triggering PR (that commit's own message has no PR reference) — fixed
by keying off github.sha, the fixed triggering commit, instead.

Also aligned: docker login casing (Djeex, not djeex), Trivy pinned to
0.74.0, deprecation check made informative instead of build-blocking,
publish skipped entirely when no container-relevant file changed, and
the release body now lists the individual commits (with a --- divider
under each heading) instead of the raw changed-files list.
Djeex added 1 commit 2026-08-23 23:21:09 +02:00
Link each commit in the release changelog to its own commit page
CI / build-and-scan (pull_request) Successful in 56s
b0a220e7a2
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.
Djeex merged commit b3ed21eec2 into main 2026-08-23 23:24:58 +02:00
Djeex added the enhancementminor labels 2026-08-23 23:26:24 +02:00
Sign in to join this conversation.