Commit 55bf85d5 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 3.9.1 [skip ci]

parent c8d1e295
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.9.1](https://gitlab.com/to-be-continuous/cypress/compare/3.9.0...3.9.1) (2025-06-13)


### Bug Fixes

* replace deprecated Docker Hub registry FQDN ([c8d1e29](https://gitlab.com/to-be-continuous/cypress/commit/c8d1e2956f7dcd01b6d7d6759587efd6d9b1c57a))

# [3.9.0](https://gitlab.com/to-be-continuous/cypress/compare/3.8.0...3.9.0) (2025-01-27)


+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.9.0
  - component: $CI_SERVER_FQDN/to-be-continuous/cypress/gitlab-ci-cypress@3.9.1
    # 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.9.0'
    ref: '3.9.1'
    file: '/templates/gitlab-ci-cypress.yml'

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