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

chore(release): 1.2.0 [skip ci]

parent b7567173
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.2.0](https://gitlab.com/to-be-continuous/sbt/compare/1.1.2...1.2.0) (2023-05-27)


### Features

* **workflow:** extend (skip ci) feature ([b756717](https://gitlab.com/to-be-continuous/sbt/commit/b7567173d547b55c756b2334bb2b56f9e8c3077a))

## [1.1.2](https://gitlab.com/to-be-continuous/sbt/compare/1.1.1...1.1.2) (2023-03-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.1.2'
    ref: '1.2.0'
    file: '/templates/gitlab-ci-sbt.yml'
```

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