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

chore(release): 3.0.0 [skip ci]

# [3.0.0](https://gitlab.com/to-be-continuous/cypress/compare/2.1.0...3.0.0) (2022-08-05)

### Features

* adapative pipeline ([eedfa6b7](https://gitlab.com/to-be-continuous/cypress/commit/eedfa6b7781d8337a99109341bcac0f0ad6f7c54))

### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline
parent 74323926
No related branches found
Tags 3.1.0
No related merge requests found
# [3.0.0](https://gitlab.com/to-be-continuous/cypress/compare/2.1.0...3.0.0) (2022-08-05)
### Features
* adapative pipeline ([eedfa6b](https://gitlab.com/to-be-continuous/cypress/commit/eedfa6b7781d8337a99109341bcac0f0ad6f7c54))
### BREAKING CHANGES
* change default workflow from Branch pipeline to MR pipeline
# [2.1.0](https://gitlab.com/to-be-continuous/cypress/compare/2.0.1...2.1.0) (2022-05-01) # [2.1.0](https://gitlab.com/to-be-continuous/cypress/compare/2.0.1...2.1.0) (2022-05-01)
......
...@@ -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: '2.1.0' ref: '3.0.0'
file: '/templates/gitlab-ci-cypress.yml' file: '/templates/gitlab-ci-cypress.yml'
# Pipeline steps # Pipeline steps
......
...@@ -230,7 +230,7 @@ cypress: ...@@ -230,7 +230,7 @@ cypress:
- $CYPRESS_PROJECT_DIR/.npm/ - $CYPRESS_PROJECT_DIR/.npm/
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "cypress", "2.1.0"] command: ["--service", "cypress", "3.0.0"]
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