ci(lab-publish): derive release tag from branch (main->latest, development->latest-dev) (cherry-pick) #45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_sameh_main_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?
Cherry-pick of #43 (the
developmentfix) ontomain.Applies cleanly despite
main's Rust 1.96 toolchain — the tag-fix hunks (header,branches:trigger, buildrun:step) do not overlap the toolchain regions, so git auto-merges and main's 1.96 toolchain is preserved untouched. Verified byte-identical to a direct edit.Result:
main -> latest,development -> latest-dev,v* -> ref name.(Supersedes the hand-edited #44, now closed, in favour of a clean cherry-pick.)