ci(release): allow tagging on development or main #57
No reviewers
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_aibroker!57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_mik_release_gate"
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?
Mirrors hero_proxy's release.yaml gate, which accepts tags reachable from
developmentormain(vs. main-only here).What
Two-line edit on
.forgejo/workflows/release.yaml'sVerify tag is on ...step:No other steps change — build (
cargo build --workspace --release) and upload-to-Forgejo-release behaviour are byte-identical.Why
The
--from-cirollout for the wider Hero stack (hero_demo#54) needs a fresh hero_aibroker release that includeshero_aibroker_services(renamed in commit591e071, after v0.1.0 / 2026-04-02). The current main-only gate would force a development → main merge before any new tag can publish, which is more ceremony than the rest of the working repos in the stack require.Test plan
v0.1.1tag at the new development HEADrelease.yamlworkflow run passes the gate and uploadshero_aibroker{,_server,_ui,_services}-linux-amd64-muslassets to the v0.1.1 Forgejo releaseservice_aibroker install --from-cion heroci.gent01.grid.tf and confirm all 4 binaries land in~/hero/bin/Signed-off-by: mik-tf