Commit d6a64a7d authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 6e30702f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.1.0](https://gitlab.com/to-be-continuous/postman/compare/3.0.0...3.1.0) (2022-10-04)


### Features

* normalize reports ([3011514](https://gitlab.com/to-be-continuous/postman/commit/301151402d7c54320a2368d335c6d6ab7c0822fb))

# [3.0.0](https://gitlab.com/to-be-continuous/postman/compare/2.1.0...3.0.0) (2022-08-05)


+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.0.0'
    ref: '3.1.0'
    file: '/templates/gitlab-ci-postman.yml'

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