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

chore(release): 1.10.2 [skip ci]

## [1.10.2](https://gitlab.com/to-be-continuous/sbt/compare/1.10.1...1.10.2) (2026-01-06)

### Bug Fixes

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


### Bug Fixes

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

## [1.10.1](https://gitlab.com/to-be-continuous/sbt/compare/1.10.0...1.10.1) (2025-12-22)


+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/sbt/gitlab-ci-sbt@1.10.1
  - component: $CI_SERVER_FQDN/to-be-continuous/sbt/gitlab-ci-sbt@1.10.2
    # 2: set/override component inputs
    inputs:
      image: "docker.io/sbtscala/scala-sbt:17.0.2_1.6.2_3.1.3" # ⚠ this is only an example
@@ -35,7 +35,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/sbt'
    ref: '1.10.1'
    ref: '1.10.2'
    file: '/templates/gitlab-ci-sbt.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -434,7 +434,7 @@ stages:
  image: $SBT_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "sbt", "1.10.1"]
      command: ["--service", "sbt", "1.10.2"]
  before_script:
    - !reference [.sbt-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"