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

chore(release): 3.0.0 [skip ci]

# [3.0.0](https://gitlab.com/to-be-continuous/python/compare/2.2.0...3.0.0) (2021-11-20)

### Features

* fully integration of poetry ([f0406deb](https://gitlab.com/to-be-continuous/python/commit/f0406debc207728ee5ea6c71e42357ad965f7c6a))

### refacto

* **py-doc:** remove Python doc build ([10a8150e](https://gitlab.com/to-be-continuous/python/commit/10a8150e1d9d43f42458846e13aec19db68cccd8))

### BREAKING CHANGES

* **py-doc:** doc job removed
this job has to been rewritten :
	- it is in a wrong stage
	- needs an other tool (make)
	- generated doc is not publish anywhere
	- no ability to choise doc generation tool

in to-be-continuous, there is mkdocs template which is able to generate python doc too

# Conflicts:
#	templates/gitlab-ci-python.yml
parent c9787621
Branches
Tags
No related merge requests found
# [3.0.0](https://gitlab.com/to-be-continuous/python/compare/2.2.0...3.0.0) (2021-11-20)
### Features
* fully integration of poetry ([f0406de](https://gitlab.com/to-be-continuous/python/commit/f0406debc207728ee5ea6c71e42357ad965f7c6a))
### refacto
* **py-doc:** remove Python doc build ([10a8150](https://gitlab.com/to-be-continuous/python/commit/10a8150e1d9d43f42458846e13aec19db68cccd8))
### BREAKING CHANGES
* **py-doc:** doc job removed
this job has to been rewritten :
- it is in a wrong stage
- needs an other tool (make)
- generated doc is not publish anywhere
- no ability to choise doc generation tool
in to-be-continuous, there is mkdocs template which is able to generate python doc too
# Conflicts:
# templates/gitlab-ci-python.yml
# [2.2.0](https://gitlab.com/to-be-continuous/python/compare/2.1.1...2.2.0) (2021-11-15) # [2.2.0](https://gitlab.com/to-be-continuous/python/compare/2.1.1...2.2.0) (2021-11-15)
......
...@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi ...@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi
```yaml ```yaml
include: include:
- project: 'to-be-continuous/python' - project: 'to-be-continuous/python'
ref: '2.2.0' ref: '3.0.0'
file: '/templates/gitlab-ci-python.yml' file: '/templates/gitlab-ci-python.yml'
``` ```
......
...@@ -333,7 +333,7 @@ variables: ...@@ -333,7 +333,7 @@ variables:
fi fi
} }
if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update python "2.2.0"; fi if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update python "3.0.0"; fi
unscope_variables unscope_variables
# ENDSCRIPT # ENDSCRIPT
...@@ -345,7 +345,7 @@ variables: ...@@ -345,7 +345,7 @@ variables:
image: $PYTHON_IMAGE image: $PYTHON_IMAGE
services: services:
- name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
command: ["--service", "python", "2.2.0"] command: ["--service", "python", "3.0.0"]
# Cache downloaded dependencies and plugins between builds. # Cache downloaded dependencies and plugins between builds.
# To keep cache across branches add 'key: "$CI_JOB_NAME"' # To keep cache across branches add 'key: "$CI_JOB_NAME"'
cache: cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment