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

chore(release): 1.4.0 [skip ci]

parent 2fbd766f
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.4.0](https://gitlab.com/to-be-continuous/sbt/compare/1.3.1...1.4.0) (2023-12-8)


### Features

* use centralized tracking image (gitlab.com) ([d740f3e](https://gitlab.com/to-be-continuous/sbt/commit/d740f3ee304ff60060c25b456a51e58ab2972bfd))

## [1.3.1](https://gitlab.com/to-be-continuous/sbt/compare/1.3.0...1.3.1) (2023-10-16)


+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/sbt'
    ref: '1.3.1'
    ref: '1.4.0'
    file: '/templates/gitlab-ci-sbt.yml'
```

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