It sounds way less offensive to those who decry the original terminology’s problematic roots but still keeps its meaning intact.

    • aodhsishaj@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      29 days ago

      In our environment Prod is only a holding area, the change/feature/bugfix is already approved for production, once the change is documented then the merge happens into main and Prod is consumed.

      Our “working” branches are ephemeral.

        • aodhsishaj@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          29 days ago

          Yeah, we’re trying to avoid a lot of hanging branches with no documentation so we try to prune as much as possible. So we built pruning and documentation into the workflow of the pipeline.