HoustonPutman commented on a change in pull request #540:
URL: https://github.com/apache/solr/pull/540#discussion_r788009222



##########
File path: dev-tools/scripts/releaseWizard.yaml
##########
@@ -456,6 +456,16 @@ groups:
         comment: Make sure the edits done by `addVersion.py` are ok, then push
         cmd: git add -u .  && git commit -m "Add next minor version {{ 
next_version }}"  && git push
         logfile: commit-stable.log
+      - !Command
+        cmd: git checkout main
+        tee: true
+      - !Command

Review comment:
       ```suggestion
         - !Command
           cmd: git pull --ff-only
           tee: true
         - !Command
   ```
   
   Maybe add a pull before committing?




-- 
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: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to