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

chore(release): 3.3.0 [skip ci]

parent e772b9f4
No related branches found
No related tags found
No related merge requests found
# [3.3.0](https://gitlab.com/to-be-continuous/semantic-release/compare/3.2.2...3.3.0) (2023-03-21)
### Features
* allow to specify sem-rel and plugins version ([6b38d5b](https://gitlab.com/to-be-continuous/semantic-release/commit/6b38d5bc48157b8c6aef8f847a57b75faaf693dc))
## [3.2.2](https://gitlab.com/to-be-continuous/semantic-release/compare/3.2.1...3.2.2) (2023-02-27)
......
......@@ -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.2'
ref: '3.3.0'
file: '/templates/gitlab-ci-semrel.yml'
```
......
......@@ -578,7 +578,7 @@ stages:
image: $SEMREL_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "semrel", "3.2.2" ]
command: ["--service", "semrel", "3.3.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