Commit d56e5eb8 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 79389595
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.4.0](https://gitlab.com/to-be-continuous/pre-commit/compare/1.3.0...1.4.0) (2025-08-12)


### Features

* modular workflow rules ([7938959](https://gitlab.com/to-be-continuous/pre-commit/commit/793895952442f7662da49d08756a9e6ed2ef8f5c))

# [1.3.0](https://gitlab.com/to-be-continuous/pre-commit/compare/1.2.2...1.3.0) (2025-07-24)


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

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