Skip to content
Snippets Groups Projects
Commit 39d9a9f5 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 92a0dfca
Branches
Tags
No related merge requests found
## [6.3.3](https://gitlab.com/to-be-continuous/python/compare/6.3.2...6.3.3) (2023-08-09)
### Bug Fixes
* add component name to sbom ([6cb2719](https://gitlab.com/to-be-continuous/python/commit/6cb271973e7bdcd2a297b96c16a3a13dd42296be))
## [6.3.2](https://gitlab.com/to-be-continuous/python/compare/6.3.1...6.3.2) (2023-07-07)
......
......@@ -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.3.2'
ref: '6.3.3'
file: '/templates/gitlab-ci-python.yml'
```
......
......@@ -556,7 +556,7 @@ stages:
image: $PYTHON_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "python", "6.3.2"]
command: ["--service", "python", "6.3.3"]
# Cache downloaded dependencies and plugins between builds.
# To keep cache across branches add 'key: "$CI_JOB_NAME"'
cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment