Commit 83587954 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 4.2.0 [skip ci]

parent 43ef54d5
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [4.2.0](https://gitlab.com/to-be-continuous/python/compare/4.1.1...4.2.0) (2022-06-10)


### Features

* **lint:** add a report for SonarQube ([ba73998](https://gitlab.com/to-be-continuous/python/commit/ba7399884688452762d5d2d873f6ae82ab026a50))

## [4.1.1](https://gitlab.com/to-be-continuous/python/compare/4.1.0...4.1.1) (2022-05-06)


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

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