mirror of
https://github.com/flutter/packages.git
synced 2025-06-20 06:08:35 +08:00
[ci] Roll repo tooling to 0.7.3 (#520)
Updates tool pin to 0.7.3 - Enables versiond and CHANGELOG update checks. - Enables timing logging. Changes to allow the roll to pass: - Adds missing licenses to Kotlin files (which were not previously checked). - Adds missing AUTHORS files. - Adjusts package descriptions to meet pub.dev length guidelines, which the tooling now enforces.
This commit is contained in:
@ -9,4 +9,5 @@ REPO_DIR="$(dirname "$SCRIPT_DIR")"
|
||||
|
||||
# The tool expects to be run from the repo root.
|
||||
cd "$REPO_DIR"
|
||||
dart pub global run flutter_plugin_tools "$@" --packages-for-branch $BUILD_SHARDING
|
||||
dart pub global run flutter_plugin_tools "$@" --packages-for-branch \
|
||||
--log-timing $BUILD_SHARDING
|
||||
|
Reference in New Issue
Block a user