dart pub publish --dry-run
does not warn about unchanged description
#3537
Labels
type-enhancement
A request for a change that isn't a bug
Environment
Problem
I've created a package using
dart create -t package
and I forgot to change the description. When I randart pub publish --dry-run
, I gotPackage has 0 warnings.
Though when I tried to publish, I got the following error:
The description that caused the error in publishing:
Expected Behavior:
I expected to get a warning during the dry run.
The text was updated successfully, but these errors were encountered: