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

Merge branch 'trunk'

parents d4aaa235 0e86f366
No related branches found
No related tags found
No related merge requests found
Pipeline #43225 passed
[tool.bumpversion]
commit = true
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}"
......
......@@ -48,5 +48,5 @@ docker_push:
- docker push $TARGET_IMAGE:$MAJOR
- docker push $TARGET_IMAGE:latest
rules:
- if: $CI_COMMIT_TAG == "3.20.2"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_TAG # == "3.20.2"
when: manual
......@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.1] - 2024-09-01
* Until end of automation, the push won't be locked to alpine version, but still manual
## [0.2.0] - 2024-09-01
* Temporary version waiting for more automation
......
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