ci(lab-publish): derive release tag from branch (main->latest, development->latest-dev) (cherry-pick) #77
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_collab!77
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?
Cherry-pick of #76 (commit
a803457) ontomain.The publish workflow must exist on
mainfor a push tomainto trigger themain -> latestjob — Forgejo evaluates the workflow file as it exists on the pushed branch. #76 put the new logic ondevelopment(now publishinglatest-dev); this carries it tomainso stablelatestpublishing actually activates.Follows the #75 cherry-pick-to-main pattern.
Note: merging this PR is itself a push to
main, which will run the now-updated workflow at the merge commit and publish a stablelatestfrom currentmain. That is the intended first stable publish.