Commit cc8b002d authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 0e1214de
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.3.1](https://gitlab.com/to-be-continuous/sbt/compare/1.3.0...1.3.1) (2023-10-16)


### Bug Fixes

* declare all TBC stages ([0e1214d](https://gitlab.com/to-be-continuous/sbt/commit/0e1214de03ba09c93595a182b1f6f3fc0c985c20))

# [1.3.0](https://gitlab.com/to-be-continuous/sbt/compare/1.2.0...1.3.0) (2023-05-28)


+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.0'
    ref: '1.3.1'
    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.0" ]
      command: ["--service", "sbt", "1.3.1" ]
  before_script:
    - *sbt-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"