Skip to content

v1.11.0 (🥵 Really Hot Day)

Latest
Compare
Choose a tag to compare
@pzeballos pzeballos released this 03 Feb 23:20
4997ccd

Added

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     test-collector#v1.10.2:
+     test-collector#v1.11.0:
        files: "test/junit-*.xml"
        format: "junit"