Commit 32703fab authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent a22018a0
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.2.1](https://gitlab.com/to-be-continuous/puppeteer/compare/3.2.0...3.2.1) (2023-10-16)


### Bug Fixes

* declare all TBC stages ([a22018a](https://gitlab.com/to-be-continuous/puppeteer/commit/a22018a07e85d885ac0993fe4d827f03bb914b51))

# [3.2.0](https://gitlab.com/to-be-continuous/puppeteer/compare/3.1.0...3.2.0) (2023-05-27)


+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: '3.2.0'
    ref: '3.2.1'
    file: '/templates/gitlab-ci-puppeteer.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -252,7 +252,7 @@ puppeteer:
      - $PUPPETEER_PROJECT_DIR/.npm/
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "puppeteer", "3.2.0"]
      command: ["--service", "puppeteer", "3.2.1"]
  stage: acceptance
  before_script:
    - *puppeteer-scripts