Release is stale: skills.tgz not rebuilt since Feb 14 #32
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_skills#32
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?
Problem
The
latestrelease tag was published 2025-02-14. PR #30 (commit256e28031d— "sync all active skills") was merged intodevelopmenton 2026-02-27, adding 5 new skills and updating 20 others. But the publish job inbuild.yamlonly triggers on version tags (v*), so theskills.tgzarchive served by the install one-liner is 2+ weeks behinddevelopment.Anyone running:
gets the Feb 14 archive, missing the PR #30 changes.
Secondary issue
The
latestrelease has twoskills.tgzassets with different UUIDs (both 147,636 bytes). One has 17 downloads, the other 3. The duplicate should be cleaned up before the next publish.Fix
latestreleasedevelopment(e.g.v1.0.1) to trigger the publish jobContext
Discovered while checking why
ci-dockerconventions (documented inmakefile_helperskill) weren't available via the installer.Done