Commit 2844617a authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 3.2.0 [skip ci]

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


### Features

* **workflow:** extend (skip ci) feature ([8b91d2b](https://gitlab.com/to-be-continuous/postman/commit/8b91d2bd576738b528a589a0a28960e911bb0ab8))

## [3.1.1](https://gitlab.com/to-be-continuous/postman/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/postman'
    ref: '3.1.1'
    ref: '3.2.0'
    file: '/templates/gitlab-ci-postman.yml'

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