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
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [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)


+1 −1
Original line number Diff line number Diff line
@@ -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: '2.1.0'
    ref: '3.0.0'
    file: '/templates/gitlab-ci-cypress.yml'

# Pipeline steps
+1 −1
Original line number Diff line number Diff line
@@ -230,7 +230,7 @@ cypress:
      - $CYPRESS_PROJECT_DIR/.npm/
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "cypress", "2.1.0"]
      command: ["--service", "cypress", "3.0.0"]
  stage: acceptance
  before_script:
    - *cypress-scripts