Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-dev-llm Commit: 322aaacea57d486e7d2e5b4924e31305a6cdf099 https://github.com/xwiki/xwiki-dev-llm/commit/322aaacea57d486e7d2e5b4924e313... Author: Vincent Massol <[email protected]> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: M scripts/validate.mjs Log Message: ----------- [Misc] Compare a branch's plugin version against its merge base, not master's tip * Invariant 6 asked whether the branch's version differed from origin/master's tip, which answers the wrong question now that master keeps releasing while a branch is open: a branch that forked at 1.1.7 and never touched a version field still differs from a master that has reached 1.5.1, so every long-lived PR was told to revert a bump it never made. Compare against the merge base instead, which is what "did this branch change the version?" actually means. * Name the merge base and its version in the failure message, so the fix is unambiguous on a branch whose fork point is far behind. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> Commit: 8b7f693ae14f6866b429cd980624897a36803ba0 https://github.com/xwiki/xwiki-dev-llm/commit/8b7f693ae14f6866b429cd98062489... Author: Vincent Massol <[email protected]> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: M scripts/validate.mjs Log Message: ----------- [Misc] Compare a branch's plugin version against its merge base, not master's tip Compare: https://github.com/xwiki/xwiki-dev-llm/compare/422a726b2d2e...8b7f693ae14f To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-dev-llm/settings/notifications