|
|
|
|
|
by majormajor
638 days ago
|
|
What is "publishing a stack of commits"? Is that putting it up for review? Or are you not doing a PR workflow at all, in which case this doesn't really relate to the article. Is the expectation that the developer either never commits stuff in a broken state during development or that they go back and rewrite or squash the sequence before pushing it for review? |
|
Yes publishing for review.
> Is the expectation that the developer either never commits stuff in a broken state
That's exactly right. In a stack, every commit is built by ci, reviewed by the team. There will be no broken commits