feat : ajout d'un numéro de version automatique via la CI

This commit is contained in:
2026-02-06 10:25:54 +01:00
parent 820386b87b
commit 98ee62294d
6 changed files with 111 additions and 30 deletions

View File

@@ -8,6 +8,9 @@
# https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration
parameters:
imports:
- { resource: version.yaml }
services:
# default configuration for services in *this* file
_defaults:

2
config/version.yaml Normal file
View File

@@ -0,0 +1,2 @@
parameters:
app.version: '0.0.29'