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

Merge branch 'trunk'

parents d9b0a717 6ad62cde
No related branches found
No related tags found
No related merge requests found
Pipeline #34127 passed
......@@ -4,6 +4,12 @@ All notable changes to this job will be documented in this file.
## [Unreleased]
## [0.2.0] - 2024-05-06
### Changed
* Pipeline will now run only on default branch except if configured otherwise.
## [0.1.1] - 2024-05-06
### Changed
......
......@@ -2,7 +2,7 @@
allow-dirty = true
commit = false
config-file = "pyproject.toml"
current_version = "0.1.1"
current_version = "0.2.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
replace = "{new_version}"
search = "{current_version}"
......
......@@ -5,7 +5,6 @@ files:
data:
description: "Run release-by-changelog on your repository"
icon: 💾
public: True
labels:
- Gitlab
- Utilities
......
......@@ -34,3 +34,5 @@ ruff:
needs:
- job: release_by_changelog_venv
artifacts: true
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
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