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@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    2 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.

    • bitchkat@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 months ago

      For those of us that develop products that are sold to customers (and run on-premise), you will end up with customers on various releases. It is imperative that we can fix bugs in a release without requiring the customers to upgrade versions (major.minor).