-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Labels
packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-infraOwned by Infrastructure teamOwned by Infrastructure team
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.
scottmcarthur
Metadata
Metadata
Assignees
Labels
packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-infraOwned by Infrastructure teamOwned by Infrastructure team