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

chore(release): 1.1.0 [skip ci]

parent 3c4d379d
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.1.0](https://gitlab.com/to-be-continuous/sbt/compare/1.0.0...1.1.0) (2022-12-19)


### Features

* add a job generating software bill of materials ([efcaf0f](https://gitlab.com/to-be-continuous/sbt/commit/efcaf0fd136248d686f6964a20cf98d734241399))

# 1.0.0 (2022-08-21)


+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,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.0.0'
    ref: '1.1.0'
    file: '/templates/gitlab-ci-sbt.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -262,7 +262,7 @@ stages:
  image: $SBT_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "sbt", "1.0.0" ]
      command: ["--service", "sbt", "1.1.0" ]
  before_script:
    - *sbt-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"