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 2b608321 authored by Dorian Turba's avatar Dorian Turba
Browse files

Merge branch 'trunk'

parents 3ccf2c6c a46ab886
No related branches found
No related tags found
No related merge requests found
Pipeline #34133 passed
......@@ -4,6 +4,12 @@ All notable changes to this job will be documented in this file.
## [Unreleased]
## [0.2.3] - 2024-05-06
### Fixed
* Job name is now set to `release_by_changelog`
## [0.2.2] - 2024-05-06
### Changed
......
......@@ -2,7 +2,7 @@
allow-dirty = true
commit = true
config-file = "pyproject.toml"
current_version = "0.2.2"
current_version = "0.2.3"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
replace = "{new_version}"
search = "{current_version}"
......
......@@ -15,7 +15,7 @@ release_by_changelog_venv:
- when: null
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
ruff:
release_by_changelog:
variables:
IMAGE_NAME: 'python'
IMAGE_TAG: 'latest'
......
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