From dca05ef4b1a60f9b53ed873d0043917b665535b3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Tue, 4 Oct 2022 15:39:05 +0000 Subject: [PATCH] chore(release): 3.1.0 [skip ci] # [3.1.0](https://gitlab.com/to-be-continuous/puppeteer/compare/3.0.0...3.1.0) (2022-10-04) ### Features * change default image ([a8a9e96](https://gitlab.com/to-be-continuous/puppeteer/commit/a8a9e96767eb054a2094f0738ad4df3c64761055)) * normalize reports ([179f97d](https://gitlab.com/to-be-continuous/puppeteer/commit/179f97dbec10e5a1c030f051b4f501f7c89185f3)) --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- templates/gitlab-ci-puppeteer.yml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9003c92..05ff530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [3.1.0](https://gitlab.com/to-be-continuous/puppeteer/compare/3.0.0...3.1.0) (2022-10-04) + + +### Features + +* change default image ([a8a9e96](https://gitlab.com/to-be-continuous/puppeteer/commit/a8a9e96767eb054a2094f0738ad4df3c64761055)) +* normalize reports ([179f97d](https://gitlab.com/to-be-continuous/puppeteer/commit/179f97dbec10e5a1c030f051b4f501f7c89185f3)) + # [3.0.0](https://gitlab.com/to-be-continuous/puppeteer/compare/2.1.0...3.0.0) (2022-08-05) diff --git a/README.md b/README.md index c31aed9..546723d 100644 --- a/README.md +++ b/README.md @@ -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.0.0' + ref: '3.1.0' file: '/templates/gitlab-ci-puppeteer.yml' # Pipeline steps diff --git a/templates/gitlab-ci-puppeteer.yml b/templates/gitlab-ci-puppeteer.yml index dc33e16..903465e 100644 --- a/templates/gitlab-ci-puppeteer.yml +++ b/templates/gitlab-ci-puppeteer.yml @@ -230,7 +230,7 @@ puppeteer: - $PUPPETEER_PROJECT_DIR/.npm/ services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "puppeteer", "3.0.0"] + command: ["--service", "puppeteer", "3.1.0"] stage: acceptance before_script: - *puppeteer-scripts -- GitLab