From 66233bcb4784a86f54856035c636a8c31bdac186 Mon Sep 17 00:00:00 2001 From: Ben McNicholl Date: Wed, 11 Dec 2024 11:03:29 +1100 Subject: [PATCH] readme update for 2.6.0 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8fe41ba..fa2244f 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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 ``` @@ -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: ... ```