mbien commented on PR #8007: URL: https://github.com/apache/netbeans/pull/8007#issuecomment-2506752921
I originally wanted to do something like that but it didn't feel right, since this essentially lets the spec version go backwards in master and adds another commit which lets it jump forward again. (and if someone would look through the merge commits on master it will look like the same merge was applied three times) essentially like this: https://github.com/mbien/netbeans/commits/delivery-sync-rc5_resolvedv2/ instead of adding another branch merge commit, i added a commit to visualize what is happening here. https://github.com/mbien/netbeans/commits/delicery-sync-rc5_resolved/ but this made more sense to me. But ultimately I don't really care, whatever works is good. FWIW: Followup RCs would have to keep doing the same trick to sync back. But this is a bit hypothetical given how late we are in the RC phase. -- 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
