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]

parent ba47f0ee
Branches
Tags
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) ## [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 ...@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml ```yaml
include: include:
- project: 'to-be-continuous/python' - project: 'to-be-continuous/python'
ref: '6.1.5' ref: '6.2.0'
file: '/templates/gitlab-ci-python.yml' file: '/templates/gitlab-ci-python.yml'
``` ```
......
...@@ -579,7 +579,7 @@ variables: ...@@ -579,7 +579,7 @@ variables:
image: $PYTHON_IMAGE image: $PYTHON_IMAGE
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "python", "6.1.5"] command: ["--service", "python", "6.2.0"]
# Cache downloaded dependencies and plugins between builds. # Cache downloaded dependencies and plugins between builds.
# To keep cache across branches add 'key: "$CI_JOB_NAME"' # To keep cache across branches add 'key: "$CI_JOB_NAME"'
cache: cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment