Commit 681a0732 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.2.0 [skip ci]

parent b540f180
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.2.0](https://gitlab.com/to-be-continuous/pre-commit/compare/1.1.1...1.2.0) (2025-01-27)


### Features

* disable tracking service by default ([b540f18](https://gitlab.com/to-be-continuous/pre-commit/commit/b540f18047346f4bca46dc5eb8cefc5d7050d6e7))

## [1.1.1](https://gitlab.com/to-be-continuous/pre-commit/compare/1.1.0...1.1.1) (2024-10-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.1.1
  - component: $CI_SERVER_FQDN/to-be-continuous/pre-commit/gitlab-ci-pre-commit@1.2.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.1.1'
    ref: '1.2.0'
    file: '/templates/gitlab-ci-pre-commit.yml'

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