janhoy commented on PR #2624:
URL: https://github.com/apache/solr/pull/2624#issuecomment-2273467112

   Tested locally, both for a major release and a minor release. Output for a 
major release:
   ```
   Edit `.asf.yaml` to protect new git branch(es) branch_10_0 and branch_10x.
   Run these commands to edit `.asf.yaml` and protect the new branch(es)
   
     cd ~/.solr-releases/10.0.0/solr
     git checkout main
     git pull --ff-only
     # Add the newly created branch(es) branch_10_0 and branch_10x under 
`protected_branches` in `.asf.yaml`. An editor will open.
     subl .asf.yaml
     git add .asf.yaml && git commit -m "Add branch protection for branch_10_0 
and branch_10x" && git push
   
   You will get prompted before running each individual command.
   
   Q: Do you want me to run these commands now? (y/n):
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to