File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.7.6
2
+
3
+ - Fix: docs
4
+
1
5
## 0.7.5
2
6
3
7
- Feat: Command suggestions by prefix
Original file line number Diff line number Diff line change 1
- library script_runner;
2
-
3
1
import 'dart:io' ;
4
2
import 'dart:math' as math;
5
3
Original file line number Diff line number Diff line change 1
1
name : script_runner
2
2
description : Run all your project-related scripts in a portable, simple config.
3
- version : 0.7.5
3
+ version : 0.7.6
4
4
homepage : https://casraf.dev/projects/dart-script-runner
5
5
repository : https://github.com/chenasraf/dart_script_runner
6
6
license : MIT
@@ -25,8 +25,8 @@ script_runner:
25
25
# Real
26
26
# ================================================================================
27
27
- auto-fix : dart fix --apply
28
- - publish : dart format .; dart pub publish
29
- - publish:dry : dart pub publish --dry-run
28
+ - publish : dart format .; dart doc && dart pub publish
29
+ - publish:dry : dart doc --dry-run && dart pub publish --dry-run
30
30
- doc : dart doc
31
31
- name : version
32
32
cmd : dart run btool get packageVersion
You can’t perform that action at this time.
0 commit comments