Skip to content
Snippets Groups Projects
Commit a4cc0669 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 947789d4
No related branches found
No related tags found
No related merge requests found
## [2.0.2](https://gitlab.com/to-be-continuous/semantic-release/compare/2.0.1...2.0.2) (2021-09-09)
### Bug Fixes
* add changelog ([1682e12](https://gitlab.com/to-be-continuous/semantic-release/commit/1682e1274ad2524ac6b0805f19799cd824ef7806))
# [2.0.0](https://gitlab.com/to-be-continuous/semantic-release/compare/1.2.0...2.0.0) (2021-09-01)
......@@ -50,7 +57,3 @@
### Features
* initial release ([c711a35](https://gitlab.com/Orange-OpenSource/tbc/semantic-release/commit/c711a35b9f634372c420ab8fb5bb5cfaf87d384b))
......@@ -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.0.1'
ref: '2.0.2'
file: '/templates/gitlab-ci-semrel.yml'
```
......
......@@ -521,7 +521,7 @@ stages:
fi
}
if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update semrel "2.0.1"; fi
if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update semrel "2.0.2"; fi
unscope_variables
eval_all_secrets
......@@ -531,7 +531,7 @@ stages:
image: $SEMREL_IMAGE
services:
- name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
command: ["--service", "semrel", "2.0.1" ]
command: ["--service", "semrel", "2.0.2" ]
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