diff --git a/CHANGELOG.md b/CHANGELOG.md index 598560d9a58d95b09e8285111aaf0d3d0fad972b..76bdf40a368c1c171e9c0bf344071c9c4115f8af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [6.3.0](https://gitlab.com/to-be-continuous/python/compare/6.2.0...6.3.0) (2023-05-28) + + +### Features + +* **release:** implement 2 steps release ([1a58dd1](https://gitlab.com/to-be-continuous/python/commit/1a58dd1908c6a210ff9a285bc2a61b0fdcb1410b)) +* **release:** make release commit message configurable ([2eba9cf](https://gitlab.com/to-be-continuous/python/commit/2eba9cf352099a0cefa930d59ff995e8dca06d56)) + # [6.2.0](https://gitlab.com/to-be-continuous/python/compare/6.1.5...6.2.0) (2023-05-27) diff --git a/README.md b/README.md index 351c50d34680e4e984073185b2fc0fd3732eac60..6e17ed98fde3fbc7ab051e0a581d1903f635b2c9 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.2.0' + ref: '6.3.0' file: '/templates/gitlab-ci-python.yml' ``` diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml index 4b443f9f5d464b7938da03d1d638a5212b9124e1..1e04d663bf34d200be775d8a04e5028486a19d96 100644 --- a/templates/gitlab-ci-python.yml +++ b/templates/gitlab-ci-python.yml @@ -549,7 +549,7 @@ stages: image: $PYTHON_IMAGE services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "python", "6.2.0"] + command: ["--service", "python", "6.3.0"] # Cache downloaded dependencies and plugins between builds. # To keep cache across branches add 'key: "$CI_JOB_NAME"' cache: