Commit 781cb6e8 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.4.2 [skip ci]

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

### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([983f2a88](https://gitlab.com/to-be-continuous/pre-commit/commit/983f2a88186334799cd9577a48b4a9688a8691ca))
parent 983f2a88
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.4.2](https://gitlab.com/to-be-continuous/pre-commit/compare/1.4.1...1.4.2) (2026-01-06)


### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([983f2a8](https://gitlab.com/to-be-continuous/pre-commit/commit/983f2a88186334799cd9577a48b4a9688a8691ca))

## [1.4.1](https://gitlab.com/to-be-continuous/pre-commit/compare/1.4.0...1.4.1) (2025-12-22)


+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.1
  - component: $CI_SERVER_FQDN/to-be-continuous/pre-commit/gitlab-ci-pre-commit@1.4.2
    # 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.1'
    ref: '1.4.2'
    file: '/templates/gitlab-ci-pre-commit.yml'

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