Skip to content
Snippets Groups Projects
Commit 97e31ba3 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.0.1 [skip ci]

parent 4ebabad5
No related branches found
Tags 2.0.1
No related merge requests found
## [2.0.1](https://gitlab.com/to-be-continuous/puppeteer/compare/2.0.0...2.0.1) (2021-10-07)
### Bug Fixes
* use master or main for production env ([bd012bf](https://gitlab.com/to-be-continuous/puppeteer/commit/bd012bf5c1403f7a875cbdd33f7b22abac91931f))
## [2.0.0](https://gitlab.com/to-be-continuous/puppeteer/compare/1.2.0...2.0.0) (2021-09-08)
### Features
......
......@@ -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.0'
ref: '2.0.1'
file: '/templates/gitlab-ci-puppeteer.yml'
# Pipeline steps
......
......@@ -200,7 +200,7 @@ stages:
fi
}
if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update puppeteer "2.0.0"; fi
if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update puppeteer "2.0.1"; fi
unscope_variables
# ENDSCRIPT
......@@ -215,7 +215,7 @@ puppeteer:
- $PUPPETEER_PROJECT_DIR/.npm/
services:
- name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
command: ["--service", "puppeteer", "2.0.0"]
command: ["--service", "puppeteer", "2.0.1"]
stage: acceptance
before_script:
- *puppeteer-scripts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment