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

chore(release): 3.0.0 [skip ci]

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

### Features

* adapative pipeline ([0a18dc02](https://gitlab.com/to-be-continuous/postman/commit/0a18dc02ecb2734325742494549572060b766251))

### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline
parent ad11930f
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [3.0.0](https://gitlab.com/to-be-continuous/postman/compare/2.1.0...3.0.0) (2022-08-05)


### Features

* adapative pipeline ([0a18dc0](https://gitlab.com/to-be-continuous/postman/commit/0a18dc02ecb2734325742494549572060b766251))


### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline

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


+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.1.0'
    ref: '3.0.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", "2.1.0"]
      command: ["--service", "postman", "3.0.0"]
  stage: acceptance
  before_script:
    - *postman-scripts