Skip to content

Commit

Permalink
Merge pull request #241 from buildkite-plugins/bm/readme_2.6.0
Browse files Browse the repository at this point in the history
readme update for 2.6.0
  • Loading branch information
pzeballos authored Dec 11, 2024
2 parents 6d906ad + 66233bc commit 63fb7ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ steps:
- wait: ~
continue_on_failure: true
- plugins:
- junit-annotate#v2.5.0:
- junit-annotate#v2.6.0:
artifacts: tmp/junit-*.xml
```
Expand All @@ -30,10 +30,10 @@ steps:
- wait: ~
continue_on_failure: true
- plugins:
- junit-annotate#v2.5.0:
- junit-annotate#v2.6.0:
artifacts: tmp/junit-*.xml
- plugins:
- junit-annotate#v2.5.0:
- junit-annotate#v2.6.0:
artifacts: artifacts/junit-*.xml
context: junit-artifacts
```
Expand Down Expand Up @@ -140,7 +140,7 @@ To test your plugin in your builds prior to opening a pull request, you can refe
steps:
- label: Annotate
plugins:
- YourGithubHandle/junit-annotate#v2.5.0:
- YourGithubHandle/junit-annotate#v2.6.0:
...
```
Expand Down

0 comments on commit 63fb7ab

Please sign in to comment.