We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe6d57 commit b61d09eCopy full SHA for b61d09e
1 file changed
script/tool/lib/src/version_check_command.dart
@@ -442,10 +442,11 @@ ${indentation}HTTP response: ${pubVersionFinderResponse.httpResponse.body}
442
}
443
444
if (fromPubspec != fromChangeLog) {
445
- printError(
446
- '${indentation}Versions in CHANGELOG.md and pubspec.yaml do not match.\n '
447
- '${indentation}The version in pubspec.yaml is $fromPubspec.\n '
448
- '${indentation}The first version listed in CHANGELOG.md is $fromChangeLog.');
+ printError('''
+${indentation}Versions in CHANGELOG.md and pubspec.yaml do not match.
+${indentation}The version in pubspec.yaml is $fromPubspec.
+${indentation}The first version listed in CHANGELOG.md is $fromChangeLog.
449
+''');
450
return false;
451
452
0 commit comments