I’ve heard it thrown around in professional circles and how everybody’s doing it wrong, so… who actually does use it?

For smaller teams

“scaled” trunk based development

  •  lars   ( @lars@programming.dev ) 
    link
    fedilink
    1
    edit-2
    6 months ago

    We don’t have release branches, the commit is just tagged as being currently deployed in production.

    People merge their feature branches to master during working hours (by merging CI validated PRs) and release when they get a chance. Normally do about 10-20 releases per day.