Commit 805b30e6 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.5.0 [skip ci]

parent 90ebb7d6
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [1.5.0](https://gitlab.com/to-be-continuous/pre-commit/compare/1.4.2...1.5.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([e0bee01](https://gitlab.com/to-be-continuous/pre-commit/commit/e0bee0190751f3fd7ae3e6297b30756fb91428e6))


### Features

* support CA certs provided as file ([90ebb7d](https://gitlab.com/to-be-continuous/pre-commit/commit/90ebb7d679983e978ca7f28dfda0ec3c68889621))

## [1.4.2](https://gitlab.com/to-be-continuous/pre-commit/compare/1.4.1...1.4.2) (2026-01-06)


+2 −2
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/pre-commit/gitlab-ci-pre-commit@1.4.2
  - component: $CI_SERVER_FQDN/to-be-continuous/pre-commit/gitlab-ci-pre-commit@1.5.0
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
@@ -91,7 +91,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/pre-commit'
    ref: '1.4.2'
    ref: '1.5.0'
    file: '/templates/gitlab-ci-pre-commit.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -433,7 +433,7 @@ pre-commit:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "pre-commit", "1.4.2"]
      command: ["--service", "pre-commit", "1.5.0"]
  stage: build
  needs: []
  before_script: