Skip to content

Commit 51951a1

Browse files
committed
fix: docs
1 parent 74e1674 commit 51951a1

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.6
2+
3+
- Fix: docs
4+
15
## 0.7.5
26

37
- Feat: Command suggestions by prefix

lib/config.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
library script_runner;
2-
31
import 'dart:io';
42
import 'dart:math' as math;
53

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: script_runner
22
description: Run all your project-related scripts in a portable, simple config.
3-
version: 0.7.5
3+
version: 0.7.6
44
homepage: https://casraf.dev/projects/dart-script-runner
55
repository: https://github.com/chenasraf/dart_script_runner
66
license: MIT
@@ -25,8 +25,8 @@ script_runner:
2525
# Real
2626
# ================================================================================
2727
- 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
3030
- doc: dart doc
3131
- name: version
3232
cmd: dart run btool get packageVersion

0 commit comments

Comments
 (0)