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

chore(release): 1.8.1 [skip ci]

## [1.8.1](https://gitlab.com/to-be-continuous/sbt/compare/1.8.0...1.8.1) (2025-01-31)

### Bug Fixes

* **sbom:** only generate SBOMs on prod branches, integ branches and release tags ([b409e122](https://gitlab.com/to-be-continuous/sbt/commit/b409e122392b7a1970fa498da870089bd2ca69af))
parent b409e122
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.8.1](https://gitlab.com/to-be-continuous/sbt/compare/1.8.0...1.8.1) (2025-01-31)


### Bug Fixes

* **sbom:** only generate SBOMs on prod branches, integ branches and release tags ([b409e12](https://gitlab.com/to-be-continuous/sbt/commit/b409e122392b7a1970fa498da870089bd2ca69af))

# [1.8.0](https://gitlab.com/to-be-continuous/sbt/compare/1.7.1...1.8.0) (2025-01-27)


+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.0
  - component: $CI_SERVER_FQDN/to-be-continuous/sbt/gitlab-ci-sbt@1.8.1
    # 2: set/override component inputs
    inputs:
      image: "registry.hub.docker.com/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.0'
    ref: '1.8.1'
    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.0"]
      command: ["--service", "sbt", "1.8.1"]
  before_script:
    - !reference [.sbt-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"