ci(lab-publish): derive release tag from branch (main->latest, development->latest-dev) #43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_sameh_ci_release_tag"
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?
Same fix applied to hero_collab (#76/#77).
The publish workflow uploaded every push to the
latestrelease (no--release-tag, lab defaults tolatest), sodevelopmentbuilds clobbered the stablelatestrelease and the workflow never triggered onmain.Per-branch tag logic now:
mainlatest(stable)developmentlatest-dev(prerelease)v*tagAdds
mainto triggers and passes--release-tag "$TAG". Kept this branch's Rust 1.95 toolchain.Note:
mainhere was separately bumped to Rust 1.96 and still has the OLD tag logic, so it needs its own fix (a cherry-pick won't apply cleanly across the toolchain divergence) — follow-up PR tomainto come.Verified: YAML +
bash -npass; tag derivationmain->latest,development->latest-dev,v2.0.0->v2.0.0.