Hey all, I noticed some instructions in the releaseWizard that seemed a little "off" around how protected branches are updated. Particularly, it looks like the wizard has RMs update ".asf.yaml" on the new release branch (e.g. branch_9_5), instead of 'main'.
(The relevant wizard code is here: https://github.com/apache/solr/blob/main/dev-tools/scripts/releaseWizard.yaml#L399-L428 ) I suspect that this change to "asf.yaml" should really be happening on 'main' instead, but haven't been able to find an answer in the ASF docs to confirm this one way or another. Can anyone that knows more about the ASF-Github integration confirm or trash my theory here? Best, Jason