ci(lab-publish): rename dev release tag dev -> latest-dev on main #16
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_planner!16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_sameh_main_tagname"
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?
Surgical name fix on
main. The custom rolling-release workflow publisheddevelopmentbuilds to adevrelease tag; the rest of the ecosystem useslatest-dev. Renamed for consistency, and derived the prerelease flag from the tag (*-dev-> prerelease=true) so the dev channel is correctly marked prerelease.mik-tf's rolling-release mechanism is left intact — only the tag name + prerelease flag changed. Standardizing on the canonical
lab --release-tagapproach stays deferred for coordination.Verified:
bash -npasses; derivation givesmain -> latest/prerelease=false,development -> latest-dev/prerelease=true.