jimczi commented on PR #16418: URL: https://github.com/apache/lucene/pull/16418#issuecomment-5109773485
Fair point. The conditional bump made readability depend on merge timing, which isn't something operators should have to reason about. Done in 3eb7cf1: it now always bumps when the feature is enabled, so it's deterministic from the config. With the feature off (and no inherited overlay) it stays on the old version, so nothing changes for backports. -- 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]
