Hey! General question, what is the release-process...
# development
f
Hey! General question, what is the release-process for patches, I noticed there's a release_2.23.2rc0 but curious what the RC-flow is for patches? Does it depend on if it is the latest public release being patched?
f
The usual workflow is to land a change on
main
and then use the CI auto-backport workflow to bring the change back to the relevant prior branches.
But really it just depends on someone actively pushing for the bug fix to be backported.
So yes, it should be fixed on
main
first, and then please feel free to advocate for the backport. 🙂
As for when patches are released, really depends on how urgent a person pushing for a release believes it is.
So if you need a fix released, please tell us ...
f
Thank you for the thorough explanation! Yes I was thinking of this specifically https://github.com/pantsbuild/pants/pull/21887 but then I began thinking of how patches are pushed in the first place 🙂 That makes total sense, and so my question is probably more around; when a backport is already happening, when is it released for consumption
f
> and so my question is probably more around; when a backport is already happening, when is it released for consumption At the very least,. whenever motivated people convince the team to release.
c