Skip to content
Snippets Groups Projects
Commit 658c82d0 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 7e1177ec
No related branches found
No related tags found
No related merge requests found
# [3.1.0](https://gitlab.com/to-be-continuous/semantic-release/compare/3.0.0...3.1.0) (2022-10-16)
### Features
* enable commit signing ([dd6129b](https://gitlab.com/to-be-continuous/semantic-release/commit/dd6129b6e5dc9c9fad269add6a22d49ab003f5d0))
# [3.0.0](https://gitlab.com/to-be-continuous/semantic-release/compare/2.3.1...3.0.0) (2022-08-05)
......
......@@ -21,7 +21,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.0.0'
ref: '3.1.0'
file: '/templates/gitlab-ci-semrel.yml'
```
......
......@@ -575,7 +575,7 @@ stages:
image: $SEMREL_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "semrel", "3.0.0" ]
command: ["--service", "semrel", "3.1.0" ]
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