Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit a3ec9208 authored by Dorian Turba's avatar Dorian Turba
Browse files

Merge branch 'trunk'

parents 3650cb5e c31e25f7
No related branches found
No related tags found
No related merge requests found
Pipeline #34129 passed
......@@ -4,11 +4,17 @@ All notable changes to this job will be documented in this file.
## [Unreleased]
## [0.2.1] - 2024-05-06
### Fixed
* venv job name is fixed
## [0.2.0] - 2024-05-06
### Changed
* Pipeline will now run only on default branch except if configured otherwise.
* Pipeline will now run only on default branch except if configured otherwise
## [0.1.1] - 2024-05-06
......
......@@ -2,7 +2,7 @@
allow-dirty = true
commit = false
config-file = "pyproject.toml"
current_version = "0.2.0"
current_version = "0.2.1"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
replace = "{new_version}"
search = "{current_version}"
......
include:
- remote: 'https://lab.frogg.it/swepy/cicd-templates/venv/-/raw/venv@1.0.0/venv.yml'
python_venv:
venv:
rules:
- when: never
release_by_changelog_venv:
extends: python_venv
extends: venv
stage: build
variables:
PYTHON_SETUP: 'pip install release_by_changelog'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment