[ci] No release workflow exists — only ci.yml (test/lint); needs build-linux.yaml #4
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_matrixchat#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Audit context
Filed during Phase 2 CI audit (hero_demo#54, session 55).
State
.forgejo/workflows/: onlyci.yml(71 lines, runs on push todevelopment/main: fmt + check + clippy + test). Nobuild-linux.yamlor release workflow.Root cause
There is no tag-triggered build/release workflow at all. The CI is test-only.
Distinct from cluster A
This needs a workflow file added, not just a fix to an existing one. Once added (and after cluster A fix lands so the shared helper does the right thing), the standard hero_biz template should drop in cleanly.
Recommended fix
scripts/build_lib.sh(or use hero_proc / hero_router as a template — those have inline Release-asset logic and don't depend on cluster A)..forgejo/workflows/build-linux.yamlmodeled on hero_proc's.v0.1.0.--from-ciintohero_skills/tools/modules/services/service_matrixchat.nu.Effort
Medium — 1-2 h to add + validate the workflow. Phase 2 implementation.