ci(forgejo): check CHANGELOG channel suffix on the section title #26

Merged
notazof merged 1 commit from fix/forgejo-release-changelog-title-check into release/1.0.6 2026-08-17 01:50:18 +01:00

1 commit

Author SHA1 Message Date
5e600c11e1
ci(forgejo): check CHANGELOG channel suffix on the section title
The previous awk extracted the section body but excluded the title
line (## [TAG] - channel), so the '* - $CHANNEL*' pattern never
matched. Fix: include the title line in the extracted body, verify
the channel suffix on the title, then strip the title before passing
the body to the release API.
2026-08-17 01:49:45 +01:00