Skip to content

Commit be8707c

Browse files
committed
Update CHANGELOG.md
1 parent 1527f80 commit be8707c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
88
### Added
99

10-
- Ability to run multiple scripts in a single call (e.g. `dotnet r build test pack`) ([#10](https://github.com/xt0rted/dotnet-run-script/pull/10))
11-
- Support for globbing in script names (e.g `dotnet r test:*` will match `test:unit` and `test:integration`) ([#79](https://github.com/xt0rted/dotnet-run-script/pull/79))
10+
- Ability to run multiple scripts in a single call (e.g. `dotnet r build test pack`) ([#10][])
11+
- Support for globbing in script names (e.g `dotnet r test:*` will match `test:unit` and `test:integration`) ([#79][])
1212

1313
### Updated
1414

@@ -53,3 +53,6 @@
5353
- Built-in `env` command to list available environment variables
5454
- Flow parameters after `--` to the running script
5555
- Skip commands that aren't found with the `--if-present` parameter
56+
57+
[#10]: https://github.com/xt0rted/dotnet-run-script/pull/10
58+
[#79]: https://github.com/xt0rted/dotnet-run-script/pull/79

0 commit comments

Comments
 (0)