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

chore(release): 3.2.1 [skip ci]

parent fdfb64ad
No related branches found
Tags 3.2 3.2.1
No related merge requests found
Pipeline #84864 skipped
## [3.2.1](https://gitlab.com/to-be-continuous/cypress/compare/3.2.0...3.2.1) (2023-01-27)
### Bug Fixes
* "Add registry name in all Docker images" ([6be1ba8](https://gitlab.com/to-be-continuous/cypress/commit/6be1ba8dbec5dd57904c4a8a9a0706ce979ee076))
# [3.2.0](https://gitlab.com/to-be-continuous/cypress/compare/3.1.1...3.2.0) (2022-12-11) # [3.2.0](https://gitlab.com/to-be-continuous/cypress/compare/3.1.1...3.2.0) (2022-12-11)
......
...@@ -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.2.0' ref: '3.2.1'
file: '/templates/gitlab-ci-cypress.yml' file: '/templates/gitlab-ci-cypress.yml'
# Pipeline steps # Pipeline steps
......
...@@ -234,7 +234,7 @@ cypress: ...@@ -234,7 +234,7 @@ cypress:
- $CYPRESS_PROJECT_DIR/.npm/ - $CYPRESS_PROJECT_DIR/.npm/
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "cypress", "3.2.0"] command: ["--service", "cypress", "3.2.1"]
stage: acceptance stage: acceptance
before_script: before_script:
- *cypress-scripts - *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