Skip to content

Commit 27000cc

Browse files
authored
Update README.md
1 parent 7a539a7 commit 27000cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ Alternatively, you can use a prebuilt binary release of the tool distributed und
4848

4949
### Using Swift Package Manager
5050

51-
Add `.package(url: "git@github.com:mikeger/XcodeSelectiveTesting", .upToNextMajor(from: "0.11.2"))` to your `Package.swift`'s `dependencies` section.
51+
Add `.package(url: "git@github.com:mikeger/XcodeSelectiveTesting", .upToNextMajor(from: "0.11.3"))` to your `Package.swift`'s `dependencies` section.
5252

5353
Use SPM to run the command: `swift run xcode-selective-test`.
5454

5555
Alternatively, you can use a prebuilt binary release of the tool distributed under [releases](https://github.com/mikeger/XcodeSelectiveTesting/releases) section.
5656

5757
### Using [Mint](https://github.com/yonaskolb/Mint)
5858

59-
`mint install mikeger/XcodeSelectiveTesting@0.11.2`
59+
`mint install mikeger/XcodeSelectiveTesting@0.11.3`
6060

6161
### Manually
6262

@@ -83,7 +83,7 @@ NB: This command assumes you have [jq](https://jqlang.github.io/jq/) tool instal
8383

8484
Alternatively, you can use CLI to achieve the same result:
8585

86-
1. Run `mint run mikeger/XcodeSelectiveTesting@0.11.2 YourWorkspace.xcworkspace --test-plan YourTestPlan.xctestplan`
86+
1. Run `mint run mikeger/XcodeSelectiveTesting@0.11.3 YourWorkspace.xcworkspace --test-plan YourTestPlan.xctestplan`
8787
2. Run tests normally, XcodeSelectiveTesting would modify your test plan according to the local changes
8888

8989
### Use case: Xcode-based project, execute tests on the CI, no test plan
@@ -96,7 +96,7 @@ Alternatively, you can use CLI to achieve the same result:
9696
### Use case: Xcode-based project, execute tests on the CI, with test plan
9797

9898
1. Add code to install the tool
99-
2. Add a CI step before you execute your tests: `mint run mikeger/XcodeSelectiveTesting@0.11.2 YourWorkspace.xcworkspace --test-plan YourTestPlan.xctestplan --base-branch $PR_BASE_BRANCH`
99+
2. Add a CI step before you execute your tests: `mint run mikeger/XcodeSelectiveTesting@0.11.3 YourWorkspace.xcworkspace --test-plan YourTestPlan.xctestplan --base-branch $PR_BASE_BRANCH`
100100
3. Execute your tests
101101

102102
### Use case: GitHub Actions, other cases when the git repo is not in the shape to provide the changeset out of the box

0 commit comments

Comments
 (0)