Commit 2e982662 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent cf017b86
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.1.0](https://gitlab.com/to-be-continuous/postman/compare/2.0.2...2.1.0) (2022-05-01)


### Features

* configurable tracking image ([5afd0b0](https://gitlab.com/to-be-continuous/postman/commit/5afd0b02f8b8818d4418922818318ca4e0582878))

## [2.0.2](https://gitlab.com/to-be-continuous/postman/compare/2.0.1...2.0.2) (2022-04-17)


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

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