Skip to content

Commit c9cb0f1

Browse files
committed
lint: version numbers in readme
Signed-off-by: Ben McNicholl <[email protected]>
1 parent 6038057 commit c9cb0f1

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.6.0:
17+
- junit-annotate#v2.7.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.6.0:
33+
- junit-annotate#v2.7.0:
3434
artifacts: tmp/junit-*.xml
3535
- plugins:
36-
- junit-annotate#v2.6.0:
36+
- junit-annotate#v2.7.0:
3737
artifacts: artifacts/junit-*.xml
3838
context: junit-artifacts
3939
```
@@ -151,7 +151,7 @@ To test your plugin in your builds prior to opening a pull request, you can refe
151151
steps:
152152
- label: Annotate
153153
plugins:
154-
- YourGithubHandle/junit-annotate#v2.6.0:
154+
- YourGithubHandle/junit-annotate#v2.7.0:
155155
...
156156
```
157157

0 commit comments

Comments
 (0)