From 874f69046dfa7c859284e6f815cd5603840e0e67 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Tue, 13 Dec 2022 10:42:30 +0000 Subject: [PATCH] chore(release): 6.1.0 [skip ci] # [6.1.0](https://gitlab.com/to-be-continuous/python/compare/6.0.2...6.1.0) (2022-12-13) ### Features * add a job generating software bill of materials ([4c56888](https://gitlab.com/to-be-continuous/python/commit/4c56888e589c11ac60edf79f2aa9dcd23bda9062)) --- 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 5200570..87ba63d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [6.1.0](https://gitlab.com/to-be-continuous/python/compare/6.0.2...6.1.0) (2022-12-13) + + +### Features + +* add a job generating software bill of materials ([4c56888](https://gitlab.com/to-be-continuous/python/commit/4c56888e589c11ac60edf79f2aa9dcd23bda9062)) + ## [6.0.2](https://gitlab.com/to-be-continuous/python/compare/6.0.1...6.0.2) (2022-10-17) diff --git a/README.md b/README.md index 9fd089a..2c1a65b 100644 --- a/README.md +++ b/README.md @@ -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/python' - ref: '6.0.2' + ref: '6.1.0' file: '/templates/gitlab-ci-python.yml' ``` diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml index 87a295e..59f80b8 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.0.2"] + command: ["--service", "python", "6.1.0"] # Cache downloaded dependencies and plugins between builds. # To keep cache across branches add 'key: "$CI_JOB_NAME"' cache: -- GitLab