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

chore(release): 1.1.2 [skip ci]

parent 2628cf9c
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.1.2](https://gitlab.com/to-be-continuous/spectral/compare/1.1.1...1.1.2) (2024-11-19)


### Bug Fixes

* disabled input default to [secure] ([aa0b477](https://gitlab.com/to-be-continuous/spectral/commit/aa0b4770bc2ac4892b424b63ef4d2b45a8f6cfcb))

## [1.1.1](https://gitlab.com/to-be-continuous/spectral/compare/1.1.0...1.1.1) (2024-05-05)


+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/spectral/gitlab-ci-spectral@1.1.1
  - component: $CI_SERVER_FQDN/to-be-continuous/spectral/gitlab-ci-spectral@1.1.2
    # 2: set/override component inputs
    inputs:
      extra-args: "--ruleset custom.spectral.yaml" # ⚠ this is only an example
@@ -29,7 +29,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/spectral'
    ref: '1.1.1'
    ref: '1.1.2'
    file: '/templates/gitlab-ci-spectral.yml'

variables: