ci(lab-publish): derive release tag from branch (main->latest, development->latest-dev) #44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_sameh_cherry_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?
mainside of the hero_livekit publish fix (companion to #43 ondevelopment).mainonly triggered ondevelopmentand uploaded everything tolatest. Now:mainlatest(stable)developmentlatest-dev(prerelease)v*tagApplied the tag logic directly to
main's file (not a cherry-pick of #43) becausemaincarries a Rust 1.96 toolchain bump thatdevelopmentdoesn't — a cherry-pick won't apply cleanly. Kept main's 1.96 toolchain untouched.Verified: YAML +
bash -npass; tag derivationmain->latest,development->latest-dev,v2.0.0->v2.0.0.Pull request closed