Closed
Description
Relatively recently we added a presubmit that attempts to verify that each PR increments the major, minor, or patch version in the pubspec.yaml
.
It appears to be letting through false negatives in cases where the pubspec.yaml
is never changed, but the CHANGELOG
is updated: flutter/plugins#2242
This then cascades into later false positives, where future PRs are blocked for having incremented the pubspec.yaml version "too much": flutter/plugins#2264
Edit: @cyanglaz mentioned that the check deliberately ignores CHANGELOG
, so that's what should probably be fixed here.