We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04663af commit bf92a7eCopy full SHA for bf92a7e
tool/grind.dart
@@ -72,11 +72,9 @@ observe() async {
72
'--profile bin/dartdoc.dart --output ${docsDir.path}');
73
}
74
75
-@Task('publish to pub.dartlang')
+@Task('Preflight checks to publish to pub.dartlang')
76
@Depends(checkChangelogHasVersion, checkVersionMatches)
77
-publish() async {
78
- return run('pub', arguments: ['publish']);
79
-}
+publishPreflight() {}
80
81
@Task('Checks that version is matched in relevant places')
82
checkVersionMatches() async {
0 commit comments