From 1b559dd66cb72eae6dd741592553d32b26d0d9ed Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Fri, 27 Jan 2023 10:39:14 +0000 Subject: [PATCH] chore(release): 6.1.1 [skip ci] ## [6.1.1](https://gitlab.com/to-be-continuous/python/compare/6.1.0...6.1.1) (2023-01-27) ### Bug Fixes * "Add registry name in all Docker images" ([5650f7e](https://gitlab.com/to-be-continuous/python/commit/5650f7e213814fa6b5e78353d089fd3aac24f7d5)) --- CHANGELOG.md | 7 +++++++ README.md | 2 +- templates/gitlab-ci-python.yml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87ba63d..566f6b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.1.1](https://gitlab.com/to-be-continuous/python/compare/6.1.0...6.1.1) (2023-01-27) + + +### Bug Fixes + +* "Add registry name in all Docker images" ([5650f7e](https://gitlab.com/to-be-continuous/python/commit/5650f7e213814fa6b5e78353d089fd3aac24f7d5)) + # [6.1.0](https://gitlab.com/to-be-continuous/python/compare/6.0.2...6.1.0) (2022-12-13) diff --git a/README.md b/README.md index f2d886a..1514b29 100644 --- a/README.md +++ b/README.md @@ -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.0' + ref: '6.1.1' file: '/templates/gitlab-ci-python.yml' ``` diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml index 5080bb7..5bcff73 100644 --- a/templates/gitlab-ci-python.yml +++ b/templates/gitlab-ci-python.yml @@ -565,7 +565,7 @@ variables: image: $PYTHON_IMAGE services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "python", "6.1.0"] + command: ["--service", "python", "6.1.1"] # Cache downloaded dependencies and plugins between builds. # To keep cache across branches add 'key: "$CI_JOB_NAME"' cache: -- GitLab