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


### Features

* configurable tracking image ([dcd4ff2](https://gitlab.com/to-be-continuous/puppeteer/commit/dcd4ff2b360b27180f2b105d919e79e52c8548b5))

## [2.0.1](https://gitlab.com/to-be-continuous/puppeteer/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/puppeteer'
    ref: '2.0.1'
    ref: '2.1.0'
    file: '/templates/gitlab-ci-puppeteer.yml'

# Pipeline steps
+1 −1
Original line number Diff line number Diff line
@@ -207,7 +207,7 @@ puppeteer:
      - $PUPPETEER_PROJECT_DIR/.npm/
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "puppeteer", "2.0.1"]
      command: ["--service", "puppeteer", "2.1.0"]
  stage: acceptance
  before_script:
    - *puppeteer-scripts