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

chore(release): 3.3.0 [skip ci]

parent cef80ef3
No related branches found
Tags 3.3.0
No related merge requests found
Pipeline #101404 skipped
# [3.3.0](https://gitlab.com/to-be-continuous/cypress/compare/3.2.1...3.3.0) (2023-05-27)
### Features
* **workflow:** extend (skip ci) feature ([cef80ef](https://gitlab.com/to-be-continuous/cypress/commit/cef80ef3829ff262a467f9fcba093156cd283bce))
## [3.2.1](https://gitlab.com/to-be-continuous/cypress/compare/3.2.0...3.2.1) (2023-01-27)
......
......@@ -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/cypress'
ref: '3.2.1'
ref: '3.3.0'
file: '/templates/gitlab-ci-cypress.yml'
# Pipeline steps
......
......@@ -248,7 +248,7 @@ cypress:
- $CYPRESS_PROJECT_DIR/.npm/
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "cypress", "3.2.1"]
command: ["--service", "cypress", "3.3.0"]
stage: acceptance
before_script:
- *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