Skip to content
Snippets Groups Projects
Commit 81ac1fb5 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 5.0.0 [skip ci]

# [5.0.0](https://gitlab.com/to-be-continuous/python/compare/4.2.0...5.0.0) (2022-08-05)

### Features

* adaptive pipeline rules ([543b4fe6](https://gitlab.com/to-be-continuous/python/commit/543b4fe6e80ff0921d08a64f412308c128708a4d))
* switch to Merge Request pipelines as default ([714e066c](https://gitlab.com/to-be-continuous/python/commit/714e066c2e4e33a5e109446c410e50f86e32f899))

### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline
parent 131623be
No related branches found
No related tags found
No related merge requests found
# [5.0.0](https://gitlab.com/to-be-continuous/python/compare/4.2.0...5.0.0) (2022-08-05)
### Features
* adaptive pipeline rules ([543b4fe](https://gitlab.com/to-be-continuous/python/commit/543b4fe6e80ff0921d08a64f412308c128708a4d))
* switch to Merge Request pipelines as default ([714e066](https://gitlab.com/to-be-continuous/python/commit/714e066c2e4e33a5e109446c410e50f86e32f899))
### BREAKING CHANGES
* change default workflow from Branch pipeline to MR pipeline
# [4.2.0](https://gitlab.com/to-be-continuous/python/compare/4.1.1...4.2.0) (2022-06-10)
......
......@@ -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.2.0'
ref: '5.0.0'
file: '/templates/gitlab-ci-python.yml'
```
......
......@@ -562,7 +562,7 @@ variables:
image: $PYTHON_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "python", "4.2.0"]
command: ["--service", "python", "5.0.0"]
# Cache downloaded dependencies and plugins between builds.
# To keep cache across branches add 'key: "$CI_JOB_NAME"'
cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment