Commit bbd6c03b authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent d8697c98
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [6.3.5](https://gitlab.com/to-be-continuous/python/compare/6.3.4...6.3.5) (2023-10-16)


### Bug Fixes

* declare all TBC stages ([d8697c9](https://gitlab.com/to-be-continuous/python/commit/d8697c98a0cf94e471035e518a62202682850508))

## [6.3.4](https://gitlab.com/to-be-continuous/python/compare/6.3.3...6.3.4) (2023-09-22)


+1 −1
Original line number Diff line number Diff line
@@ -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.4'
    ref: '6.3.5'
    file: '/templates/gitlab-ci-python.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -563,7 +563,7 @@ stages:
  image: $PYTHON_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "python", "6.3.4"]
      command: ["--service", "python", "6.3.5"]
  # Cache downloaded dependencies and plugins between builds.
  # To keep cache across branches add 'key: "$CI_JOB_NAME"'
  cache: