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

chore(release): 1.8.4 [skip ci]

parent 807dfeaf
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.8.4](https://gitlab.com/to-be-continuous/sbt/compare/1.8.3...1.8.4) (2025-06-20)


### Bug Fixes

* **release:** fix RELEASE_REF regex ([807dfea](https://gitlab.com/to-be-continuous/sbt/commit/807dfeaf3e5f965469e7463b8c09107f5e1a0f82))

## [1.8.3](https://gitlab.com/to-be-continuous/sbt/compare/1.8.2...1.8.3) (2025-06-13)


+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.8.3
  - component: $CI_SERVER_FQDN/to-be-continuous/sbt/gitlab-ci-sbt@1.8.4
    # 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.8.3'
    ref: '1.8.4'
    file: '/templates/gitlab-ci-sbt.yml'

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