On Mon, 27 Jan 2020 at 13:45, Eric Barboni <[email protected]> wrote: > To make beta2, the correct way to do is to merge to master and get the diff > from branch release113 to master as a PR ?
Up to you. I did the last two using PRs from master to release11x. It has the benefit of seeing everything in one place, providing a link to all changes, and running Travis tests against the release branch. eg. https://github.com/apache/netbeans/pull/1539 I also tended to open the PR before it was required, after first master merge, it'll update as master is updated. Picked up a couple of minor issues in 11.1 process that way, although much less (no) divergence now. Best wishes, Neil --------------------------------------------------------------------- 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
