Skip to content
Snippets Groups Projects
Commit 49886136 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 3.2.1 [skip ci]

parent 6d2ad29b
No related branches found
No related tags found
No related merge requests found
## [3.2.1](https://gitlab.com/to-be-continuous/semantic-release/compare/3.2.0...3.2.1) (2023-01-27)
### Bug Fixes
* "Add registry name in all Docker images" ([81c4144](https://gitlab.com/to-be-continuous/semantic-release/commit/81c4144b2acfebff812c8e75a4fa430316977ce8))
# [3.2.0](https://gitlab.com/to-be-continuous/semantic-release/compare/3.1.1...3.2.0) (2022-12-05)
......
......@@ -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.2.0'
ref: '3.2.1'
file: '/templates/gitlab-ci-semrel.yml'
```
......
......@@ -577,7 +577,7 @@ stages:
image: $SEMREL_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "semrel", "3.2.0" ]
command: ["--service", "semrel", "3.2.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