Commit a2a16103 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 66ddfa7a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.3.1](https://gitlab.com/to-be-continuous/semantic-release/compare/2.3.0...2.3.1) (2022-06-07)


### Bug Fixes

* install yq only if not found in image ([23041f1](https://gitlab.com/to-be-continuous/semantic-release/commit/23041f1a463079954184b831b5b40bbef8530ddc))

# [2.3.0](https://gitlab.com/to-be-continuous/semantic-release/compare/2.2.6...2.3.0) (2022-05-01)


+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,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: '2.3.0'
    ref: '2.3.1'
    file: '/templates/gitlab-ci-semrel.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -546,7 +546,7 @@ stages:
  image: $SEMREL_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "semrel", "2.3.0" ]
      command: ["--service", "semrel", "2.3.1" ]
  before_script:
    - *semrel-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"