https://pantsbuild.org/ logo
p

proud-dentist-22844

03/30/2023, 12:02 AM
So, if I add a milestone to a PR, is that saying that it will need to be cherry-picked back to that version? I would love to see this one included in 2.16.x, so I added the
needs-cherrypick
label and the
2.16.x
milestone. Is that the right way to do that? Is this a good candidate for getting into 2.16.x? https://github.com/pantsbuild/pants/pull/18619
h

happy-kitchen-89482

03/30/2023, 1:32 AM
That is the right way to do that. But you should also send the cherry-pick PR!
(after this is merged to main)
You can use the
build-support/bin/cherry-pick.sh
script for this
👍 1