Commit 56e80c7c authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 3.13.0 [skip ci]

parent 25839a69
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [3.13.0](https://gitlab.com/to-be-continuous/cypress/compare/3.12.0...3.13.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([e35f40f](https://gitlab.com/to-be-continuous/cypress/commit/e35f40fe9e7dabea2ad8331619c915407163f320))


### Features

* support CA certs provided as file ([25839a6](https://gitlab.com/to-be-continuous/cypress/commit/25839a690fd3301f3a73f4383743333dadb0fa6b))

# [3.12.0](https://gitlab.com/to-be-continuous/cypress/compare/3.11.2...3.12.0) (2026-01-12)


+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/cypress/gitlab-ci-cypress@3.12.0
  - component: $CI_SERVER_FQDN/to-be-continuous/cypress/gitlab-ci-cypress@3.13.0
    # 2: set/override component inputs
    inputs:
      review-enabled: true # ⚠ this is only an example
@@ -28,7 +28,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/cypress'
    ref: '3.12.0'
    ref: '3.13.0'
    file: '/templates/gitlab-ci-cypress.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -393,7 +393,7 @@ cypress:
      - $CYPRESS_PROJECT_DIR/.npm/
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "cypress", "3.12.0"]
      command: ["--service", "cypress", "3.13.0"]
  stage: acceptance
  before_script:
    - !reference [.cypress-scripts]