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

chore(release): 1.1.1 [skip ci]

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

### Bug Fixes

* **workflow:** disable MR pipeline from prod & integ branches ([93eb24c7](https://gitlab.com/to-be-continuous/sphinx/commit/93eb24c74e568042231f3bc97a18b6253ed42ba5))
parent 8524873a
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.1.1](https://gitlab.com/to-be-continuous/sphinx/compare/1.1.0...1.1.1) (2024-05-05)


### Bug Fixes

* **workflow:** disable MR pipeline from prod & integ branches ([93eb24c](https://gitlab.com/to-be-continuous/sphinx/commit/93eb24c74e568042231f3bc97a18b6253ed42ba5))

# [1.1.0](https://gitlab.com/to-be-continuous/sphinx/compare/1.0.0...1.1.0) (2024-1-27)


+4 −4
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/sphinx/gitlab-ci-sphinx@1.1.0
  - component: gitlab.com/to-be-continuous/sphinx/gitlab-ci-sphinx@1.1.1
    # 2: set/override component inputs
    inputs:
      build-dir: website # ⚠ this is only an example
@@ -27,7 +27,7 @@ Add the following to your `gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/sphinx'
    ref: '1.1.0'
    ref: '1.1.1'
    file: '/templates/gitlab-ci-sphinx.yml'

variables:
@@ -89,7 +89,7 @@ If you wish to use it, add the following to your `gitlab-ci.yml`:
```yaml
include:
  # main template
  - component: gitlab.com/to-be-continuous/sphinx/gitlab-ci-sphinx@1.1.0
  - component: gitlab.com/to-be-continuous/sphinx/gitlab-ci-sphinx@1.1.1
  # GitLab pages variant
  - component: gitlab.com/to-be-continuous/sphinx/gitlab-ci-sphinx-pages@1.1.0
  - component: gitlab.com/to-be-continuous/sphinx/gitlab-ci-sphinx-pages@1.1.1
```
+1 −1
Original line number Diff line number Diff line
@@ -312,7 +312,7 @@ stages:
  image: $SPHINX_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "sphinx", "1.1.0"]
      command: ["--service", "sphinx", "1.1.1"]
  before_script:
    - !reference [.sphinx-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"