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

chore(release): 1.0.1 [skip ci]

parent 368f9c02
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.0.1](https://gitlab.com/to-be-continuous/pre-commit/compare/1.0.0...1.0.1) (2024-04-22)


### Bug Fixes

* missing flag for `pre-commit install-hooks` ([7d1220c](https://gitlab.com/to-be-continuous/pre-commit/commit/7d1220ca53a303d31e41c73e3744b1eb68c86099))

# 1.0.0 (2024-04-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: gitlab.com/to-be-continuous/pre-commit/gitlab-ci-pre-commit@1.0.0
  - component: gitlab.com/to-be-continuous/pre-commit/gitlab-ci-pre-commit@1.0.1
    # 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.0.0'
    ref: '1.0.1'
    file: '/templates/gitlab-ci-pre-commit.yml'

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