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

chore(release): 1.0.2 [skip ci]

## [1.0.2](https://gitlab.com/to-be-continuous/zola/compare/1.0.1...1.0.2) (2026-01-06)

### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([fe0e935b](https://gitlab.com/to-be-continuous/zola/commit/fe0e935b9c84f7ffe816fc9014a13f70913fe08e))
parent fe0e935b
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.0.2](https://gitlab.com/to-be-continuous/zola/compare/1.0.1...1.0.2) (2026-01-06)


### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([fe0e935](https://gitlab.com/to-be-continuous/zola/commit/fe0e935b9c84f7ffe816fc9014a13f70913fe08e))

## [1.0.1](https://gitlab.com/to-be-continuous/zola/compare/1.0.0...1.0.1) (2025-12-19)


+4 −4
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/zola/gitlab-ci-zola@1.0.1
  - component: $CI_SERVER_FQDN/to-be-continuous/zola/gitlab-ci-zola@1.0.2
    # 2: set/override component inputs
    inputs:
      # ⚠ 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/zola'
    ref: '1.0.1'
    ref: '1.0.2'
    file: '/templates/gitlab-ci-zola.yml'

variables:
@@ -112,7 +112,7 @@ If you wish to use it, Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/zola/gitlab-ci-zola@1.0.1
  - component: $CI_SERVER_FQDN/to-be-continuous/zola/gitlab-ci-zola@1.0.2
  # GitLab pages variant
  - component: $CI_SERVER_FQDN/to-be-continuous/zola/gitlab-ci-zola-pages@1.0.1
  - component: $CI_SERVER_FQDN/to-be-continuous/zola/gitlab-ci-zola-pages@1.0.2
```
+1 −1
Original line number Diff line number Diff line
@@ -392,7 +392,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "zola", "1.0.1"]
      command: ["--service", "zola", "1.0.2"]
  before_script:
    - !reference [.zola-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"