Commit ffb18edb authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 86c36a8d
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.2.1](https://gitlab.com/to-be-continuous/postman/compare/3.2.0...3.2.1) (2023-10-16)


### Bug Fixes

* declare all TBC stages ([86c36a8](https://gitlab.com/to-be-continuous/postman/commit/86c36a8d2cfb739143f470b5572d9fa5b664c89d))

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

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