Commit e993f2fe 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/puppeteer/compare/2.1.0...3.0.0) (2022-08-05)

### Features

* adapative pipeline ([b83a8989](https://gitlab.com/to-be-continuous/puppeteer/commit/b83a898942be0ea68a4cb98ccd5b49d1f94a8768))

### BREAKING CHANGES

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


### Features

* adapative pipeline ([b83a898](https://gitlab.com/to-be-continuous/puppeteer/commit/b83a898942be0ea68a4cb98ccd5b49d1f94a8768))


### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline

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

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