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

chore(release): 3.2.0 [skip ci]

parent 53ed0892
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.2.0](https://gitlab.com/to-be-continuous/puppeteer/compare/3.1.0...3.2.0) (2023-05-27)


### Features

* **workflow:** extend (skip ci) feature ([53ed089](https://gitlab.com/to-be-continuous/puppeteer/commit/53ed0892aec94e854c44267ed9e615dceb0d5537))

# [3.1.0](https://gitlab.com/to-be-continuous/puppeteer/compare/3.0.0...3.1.0) (2022-10-04)


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

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