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

chore(release): 6.2.0 [skip ci]

# [6.2.0](https://gitlab.com/to-be-continuous/python/compare/6.1.5...6.2.0) (2023-05-27)

### Features

* **workflow:** extend (skip ci) feature ([ba47f0ee](https://gitlab.com/to-be-continuous/python/commit/ba47f0ee543aef7f80f33a10e023c5f214e3b7b1))
parent ba47f0ee
Branches
Tags 6.2 6.2.0
No related merge requests found
# [6.2.0](https://gitlab.com/to-be-continuous/python/compare/6.1.5...6.2.0) (2023-05-27)
### Features
* **workflow:** extend (skip ci) feature ([ba47f0e](https://gitlab.com/to-be-continuous/python/commit/ba47f0ee543aef7f80f33a10e023c5f214e3b7b1))
## [6.1.5](https://gitlab.com/to-be-continuous/python/compare/6.1.4...6.1.5) (2023-03-28)
......
......@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
- project: 'to-be-continuous/python'
ref: '6.1.5'
ref: '6.2.0'
file: '/templates/gitlab-ci-python.yml'
```
......
......@@ -579,7 +579,7 @@ variables:
image: $PYTHON_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "python", "6.1.5"]
command: ["--service", "python", "6.2.0"]
# Cache downloaded dependencies and plugins between builds.
# To keep cache across branches add 'key: "$CI_JOB_NAME"'
cache:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment