Skip to content

flutter/plugins pubspec presubmit needs tweaking #44749

Closed
@mklim

Description

@mklim

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    packageflutter/packages repository. See also p: labels.team-infraOwned by Infrastructure team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions