Skip to content
Snippets Groups Projects
Commit b5cb127b authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent b8f10b5e
No related branches found
No related tags found
No related merge requests found
## [3.5.2](https://gitlab.com/to-be-continuous/semantic-release/compare/3.5.1...3.5.2) (2023-10-16)
### Bug Fixes
* declare all TBC stages ([b8f10b5](https://gitlab.com/to-be-continuous/semantic-release/commit/b8f10b5e18e4d998e81d5a84fc16afa9a8406c8c))
## [3.5.1](https://gitlab.com/to-be-continuous/semantic-release/compare/3.5.0...3.5.1) (2023-09-19) ## [3.5.1](https://gitlab.com/to-be-continuous/semantic-release/compare/3.5.0...3.5.1) (2023-09-19)
......
...@@ -16,7 +16,7 @@ In order to include this template in your project, add the following to your `gi ...@@ -16,7 +16,7 @@ In order to include this template in your project, add the following to your `gi
```yaml ```yaml
include: include:
- project: 'to-be-continuous/semantic-release' - project: 'to-be-continuous/semantic-release'
ref: '3.5.1' ref: '3.5.2'
file: '/templates/gitlab-ci-semrel.yml' file: '/templates/gitlab-ci-semrel.yml'
``` ```
......
...@@ -606,7 +606,7 @@ stages: ...@@ -606,7 +606,7 @@ stages:
image: $SEMREL_IMAGE image: $SEMREL_IMAGE
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "semrel", "3.5.1" ] command: ["--service", "semrel", "3.5.2" ]
before_script: before_script:
- *semrel-scripts - *semrel-scripts
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" - 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.
Please register or to comment