Commit 478c21bd authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 3.3.0 [skip ci]

parent 60a94c50
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.3.0](https://gitlab.com/to-be-continuous/postman/compare/3.2.1...3.3.0) (2023-12-8)


### Features

* use centralized tracking image (gitlab.com) ([f6cf59c](https://gitlab.com/to-be-continuous/postman/commit/f6cf59cf0ac3b2cd598c761a692ea686c3cda9ab))

## [3.2.1](https://gitlab.com/to-be-continuous/postman/compare/3.2.0...3.2.1) (2023-10-16)


+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.1'
    ref: '3.3.0'
    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.1"]
      command: ["--service", "postman", "3.3.0"]
  stage: acceptance
  before_script:
    - !reference [.postman-scripts]