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

chore(release): 1.3.0 [skip ci]

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


### Features

* **release:** normalize release & publish ([16c7d94](https://gitlab.com/to-be-continuous/sbt/commit/16c7d940529c32de0d1463deec90c6e9c0e7844c))

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


+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.2.0'
    ref: '1.3.0'
    file: '/templates/gitlab-ci-sbt.yml'
```

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