Skip to content

Commit 63fb7ab

Browse files
authored
Merge pull request #241 from buildkite-plugins/bm/readme_2.6.0
readme update for 2.6.0
2 parents 6d906ad + 66233bc commit 63fb7ab

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
@@ -14,7 +14,7 @@ steps:
1414
- wait: ~
1515
continue_on_failure: true
1616
- plugins:
17-
- junit-annotate#v2.5.0:
17+
- junit-annotate#v2.6.0:
1818
artifacts: tmp/junit-*.xml
1919
```
2020
@@ -30,10 +30,10 @@ steps:
3030
- wait: ~
3131
continue_on_failure: true
3232
- plugins:
33-
- junit-annotate#v2.5.0:
33+
- junit-annotate#v2.6.0:
3434
artifacts: tmp/junit-*.xml
3535
- plugins:
36-
- junit-annotate#v2.5.0:
36+
- junit-annotate#v2.6.0:
3737
artifacts: artifacts/junit-*.xml
3838
context: junit-artifacts
3939
```
@@ -140,7 +140,7 @@ To test your plugin in your builds prior to opening a pull request, you can refe
140140
steps:
141141
- label: Annotate
142142
plugins:
143-
- YourGithubHandle/junit-annotate#v2.5.0:
143+
- YourGithubHandle/junit-annotate#v2.6.0:
144144
...
145145
```
146146

0 commit comments

Comments
 (0)