Compare commits

...

3 Commits

Author SHA1 Message Date
4407af5dcd <pman>Intégration de la branche dev74 2025-03-02 19:20:58 +04:00
0fec142a90 modifs.mineures sans commentaires 2025-03-02 19:16:06 +04:00
88448ad7ac maj projet 2025-03-02 19:15:02 +04:00

View File

@ -9,4 +9,15 @@ TAG_PREFIX=
TAG_SUFFIX=p82
HOTFIX=hotf82-
DIST=
NOAUTO=1
NOAUTO=
AFTER_CREATE_RELEASE='
pman --composer-select-profile dist
composer u
git commit -am "<pman>deps de dist"
'
AFTER_MERGE_RELEASE='
pman --composer-select-profile dev
composer u
git commit -am "<pman>deps de dev"
'