@techface
Building and launching IT projects from zero. Creator of Orbnetes
Nothing here yet.
Totally agree! The “logical separation, same tooling” point is exactly what I’ve seen in most teams too. Where it starts to get interesting is when those stages begin to carry more responsibility (approvals, rollback, audit). Even if everything lives in one pipeline, the release side starts behaving like a system of its own. I ran into that enough times that I started experimenting with pulling the release layer out of CI entirely (I described it here recently https://tinyurl.com/techfacehashnodedev). Not a hard requirement, but it made things a lot clearer !