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

Merge branch 'trunk'

parents a3ec9208 6020a50d
No related branches found
No related tags found
No related merge requests found
Pipeline #34131 passed
......@@ -4,6 +4,13 @@ All notable changes to this job will be documented in this file.
## [Unreleased]
## [0.2.2] - 2024-05-06
### Changed
* `release-by-changelog` venv will now run only on default branch except if configured
otherwise
## [0.2.1] - 2024-05-06
### Fixed
......
[tool.bumpversion]
allow-dirty = true
commit = false
commit = true
config-file = "pyproject.toml"
current_version = "0.2.1"
current_version = "0.2.2"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
replace = "{new_version}"
search = "{current_version}"
......
......@@ -13,6 +13,7 @@ release_by_changelog_venv:
VENV_ARTIFACT_NAME: 'release_by_changelog_venv'
rules:
- when: null
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
ruff:
variables:
......
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