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

chore(release): 1.7.1 [skip ci]

## [1.7.1](https://gitlab.com/to-be-continuous/sbt/compare/1.7.0...1.7.1) (2024-10-04)

### Bug Fixes

* **release:** support full semantic-versioning specifcation (with prerelease and build metadata) ([530311e5](https://gitlab.com/to-be-continuous/sbt/commit/530311e50c555396dd9ca7b93417572fc3ae02e1))
parent 530311e5
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.7.1](https://gitlab.com/to-be-continuous/sbt/compare/1.7.0...1.7.1) (2024-10-04)


### Bug Fixes

* **release:** support full semantic-versioning specifcation (with prerelease and build metadata) ([530311e](https://gitlab.com/to-be-continuous/sbt/commit/530311e50c555396dd9ca7b93417572fc3ae02e1))

# [1.7.0](https://gitlab.com/to-be-continuous/sbt/compare/1.6.0...1.7.0) (2024-08-30)


+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/sbt/gitlab-ci-sbt@1.7.0
  - component: $CI_SERVER_FQDN/to-be-continuous/sbt/gitlab-ci-sbt@1.7.1
    # 2: set/override component inputs
    inputs:
      image: "registry.hub.docker.com/sbtscala/scala-sbt:17.0.2_1.6.2_3.1.3" # ⚠ this is only an example
@@ -35,7 +35,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/sbt'
    ref: '1.7.0'
    ref: '1.7.1'
    file: '/templates/gitlab-ci-sbt.yml'

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