mbien commented on PR #7283: URL: https://github.com/apache/netbeans/pull/7283#issuecomment-2067534300
hi @jgneff, > Did I do this right? Depends what you are trying to do ;) `master` would target NB 23 right now, `delivery` is essentially bugfix/lowrisk-only and targets NB 22 which is in the release candidate phase. Regarding changing the target branch of a PR: your branch should be a copy of the branch you are targeting. So if you target `delivery`, make sure your commit is on top of a copy of the delivery branch. Same for `master` etc. You don't have to close the PR, you can simply force push into your branch (`-f`), github will catch up. -- 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] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
