commit | 117bf639ec3a1dd89d4bb2d80779da030b392e24 | [log] [tgz] |
---|---|---|
author | Jenn Magder <magder@google.com> | Wed Sep 24 08:12:13 2025 -0700 |
committer | GitHub <noreply@github.com> | Wed Sep 24 15:12:13 2025 +0000 |
tree | 5f55712ba3bc5c9e7d217ad7d3f61d32c7876d86 | |
parent | 2fe85dd0f730bfa9a56bd29c2eb37ebe19282592 [diff] |
[ci] Add update-release-info command suggestion when version check fails (#9834) When the version and CHANGELOG updates are missing, suggest the helpful `update-release-info` command. Log showing this in action: https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8706431147753704257/+/u/Run_package_tests/CHANGELOG_and_version_validation/stdout ``` No version change found, but the change to this package could not be verified to be exempt from version changes according to repository policy. If this is a false positive, please comment in the PR to explain why the PR is exempt, and add (or ask your reviewer to add) the "override: no versioning needed" label. No CHANGELOG change found. If this PR needs an exemption from the standard policy of listing all changes in the CHANGELOG, comment in the PR to explain why the PR is exempt, and add (or ask your reviewer to add) the "override: no changelog needed" label. Otherwise, please add a NEXT entry in the CHANGELOG as described in the contributing guide. If this PR is not exempt, you may update the version and CHANGELOG with the "update-release-info" command. Example: $ dart run script/tool/bin/flutter_plugin_tools.dart update-release-info \ --version=minimal \ --base-branch=upstream/main \ --changelog="Description of the change." ``` ## Pre-Review Checklist **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed. [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
This repo is a companion repo to the main flutter repo. It contains the source code for Flutter's first-party packages (i.e., packages developed by the core Flutter team). Check the packages
directory to see all packages.
These packages are also available on pub.
Please file any issues, bugs, or feature requests in the main flutter repo. Issues pertaining to this repository are labeled “package”.
If you wish to contribute a new package to the Flutter ecosystem, please see the documentation for developing packages. You can store your package source code in any GitHub repository (the present repo is only intended for packages developed by the core Flutter team). Once your package is ready you can publish to the pub repository.
If you wish to contribute a change to any of the existing packages in this repo, please review our contribution guide, and send a pull request.
These are the packages hosted in this repository: