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

chore(release): 3.7.0 [skip ci]

parent 366e99bd
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.7.0](https://gitlab.com/to-be-continuous/semantic-release/compare/3.6.0...3.7.0) (2023-12-8)


### Features

* use centralized service images (gitlab.com) ([6b117cc](https://gitlab.com/to-be-continuous/semantic-release/commit/6b117cc0cca69deed7d8c62429482555673c8181))

# [3.6.0](https://gitlab.com/to-be-continuous/semantic-release/compare/3.5.2...3.6.0) (2023-11-02)


+3 −3
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/semantic-release'
    ref: '3.6.0'
    ref: '3.7.0'
    file: '/templates/gitlab-ci-semrel.yml'
```

@@ -218,11 +218,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/semantic-release'
    ref: '3.6.0'
    ref: '3.7.0'
    file: '/templates/gitlab-ci-semrel.yml'
  # Vault variant
  - project: 'to-be-continuous/semantic-release'
    ref: '3.6.0'
    ref: '3.7.0'
    file: '/templates/gitlab-ci-semrel-vault.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ variables:
.semrel-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "semrel", "3.6.0" ]
      command: ["--service", "semrel", "3.7.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -606,7 +606,7 @@ stages:
  image: $SEMREL_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "semrel", "3.6.0" ]
      command: ["--service", "semrel", "3.7.0" ]
  before_script:
    - !reference [.semrel-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"