Skip to content
Snippets Groups Projects
Commit a2a16103 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 66ddfa7a
No related branches found
No related tags found
No related merge requests found
## [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)
......
......@@ -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'
```
......
......@@ -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}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment