Commit 64a1972d authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 3.2.0 [skip ci]

parent 7e372b80
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.2.0](https://gitlab.com/to-be-continuous/k6/compare/3.1.1...3.2.0) (2023-05-27)


### Features

* **workflow:** extend (skip ci) feature ([7e372b8](https://gitlab.com/to-be-continuous/k6/commit/7e372b80ea8d7cb0fb5a08feffbe3fbbf21f7b25))

## [3.1.1](https://gitlab.com/to-be-continuous/k6/compare/3.1.0...3.1.1) (2023-01-27)


+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/k6'
    ref: '3.1.1'
    ref: '3.2.0'
    file: '/templates/gitlab-ci-k6.yml'

# Pipeline steps
+1 −1
Original line number Diff line number Diff line
@@ -291,7 +291,7 @@ k6:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "k6", "3.1.1"]
      command: ["--service", "k6", "3.2.0"]
  stage: acceptance
  before_script:
    - *k6-scripts