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

chore(release): 2.0.2 [skip ci]

parent cc67b5a2
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.0.2](https://gitlab.com/to-be-continuous/postman/compare/2.0.1...2.0.2) (2022-04-17)


### Bug Fixes

* support spaces in collection's filename ([24ac964](https://gitlab.com/to-be-continuous/postman/commit/24ac9640b7697159e3eba1877c72520c7b46c0b8))

## [2.0.1](https://gitlab.com/to-be-continuous/postman/compare/2.0.0...2.0.1) (2021-10-07)


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

# Pipeline steps
+2 −2
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ stages:
    fi
  }

  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update postman "2.0.1"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update postman "2.0.2"; fi
  unscope_variables

  # ENDSCRIPT
@@ -203,7 +203,7 @@ postman:
    entrypoint: [""]
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "postman", "2.0.1"]
      command: ["--service", "postman", "2.0.2"]
  stage: acceptance
  before_script:
    - *postman-scripts