Skip to content

Commit a9d5313

Browse files
authored
Merge pull request #80 from xt0rted/run-script-update
Bump run-script from 0.4.0-beta.256 to 0.4.0-beta.278
2 parents 0e54a66 + be8707c commit a9d5313

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"run-script": {
6-
"version": "0.4.0-beta.256",
6+
"version": "0.4.0-beta.278",
77
"commands": [
88
"r"
99
]

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)