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

chore(release): 3.4.0 [skip ci]

parent 740928aa
No related branches found
Tags 3.1.0
No related merge requests found
# [3.4.0](https://gitlab.com/to-be-continuous/cypress/compare/3.3.1...3.4.0) (2023-12-8)
### Features
* use centralized tracking image (gitlab.com) ([f9cc9a1](https://gitlab.com/to-be-continuous/cypress/commit/f9cc9a14dfac5d2916c828b28728c186f14c55bd))
## [3.3.1](https://gitlab.com/to-be-continuous/cypress/compare/3.3.0...3.3.1) (2023-10-16) ## [3.3.1](https://gitlab.com/to-be-continuous/cypress/compare/3.3.0...3.3.1) (2023-10-16)
......
...@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi ...@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml ```yaml
include: include:
- project: 'to-be-continuous/cypress' - project: 'to-be-continuous/cypress'
ref: '3.3.1' ref: '3.4.0'
file: '/templates/gitlab-ci-cypress.yml' file: '/templates/gitlab-ci-cypress.yml'
``` ```
......
...@@ -256,7 +256,7 @@ cypress: ...@@ -256,7 +256,7 @@ cypress:
- $CYPRESS_PROJECT_DIR/.npm/ - $CYPRESS_PROJECT_DIR/.npm/
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "cypress", "3.3.1"] command: ["--service", "cypress", "3.4.0"]
stage: acceptance stage: acceptance
before_script: before_script:
- !reference [.cypress-scripts] - !reference [.cypress-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